Skip to content

Commit

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

COPY src ./src
RUN pip install .
RUN pip install -U git+https://github.com/duckontheweb/pystac.git@fix/605-mapping-object \
&& pip install .
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 .

0 comments on commit fb73c55

Please sign in to comment.