Skip to content

Commit

Permalink
Updating python version on codecov container (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredliporace committed Feb 7, 2024
1 parent 86f2550 commit 0b3197b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apt-get -y -q update \
RUN python -m venv /opt/venv
RUN pip install . --no-binary rasterio \
&& ls /opt/venv \
&& rm -r /opt/venv/lib/python3.10/site-packages/stactools/amazonia_1
&& rm -r /opt/venv/lib/python3.11/site-packages/stactools/amazonia_1


FROM dependencies as builder
Expand Down

0 comments on commit 0b3197b

Please sign in to comment.