Skip to content

Commit

Permalink
ci: force fresh pystac
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Jan 14, 2022
1 parent 653c848 commit 7b3e059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ RUN pip install -r requirements-dev.txt \
&& rm -r /opt/conda/lib/python$PYTHON_VERSION/site-packages/$DOCKER_NAMESPACE_PACKAGE_DIR

COPY . ./
RUN pip install -e .
RUN pip uninstall -y pystac && pip install -e .
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ packages = find_namespace:
include_package_data = True
install_requires =
stactools == 0.2.5
pystac @ git+https://github.com/duckontheweb/pystac.git@fix/605-mapping-object
pystac @ git+https://github.com/stac-utils/pystac.git@5cff27dff6cf2cee8e8c58e21fee0f2b70ee42c7

[options.packages.find]
where = src
Expand Down

0 comments on commit 7b3e059

Please sign in to comment.