Skip to content

Commit

Permalink
Merge pull request #970 from opengisch/fix-ci
Browse files Browse the repository at this point in the history
We already have quite fresh `pip`, no need to force upgrade
  • Loading branch information
suricactus authored Jun 21, 2024
2 parents 7c2d982 + 46d72da commit 4cc5cbc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker-qgis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ ENV XDG_RUNTIME_DIR=/root
ENV PYTHONPATH=/libqfieldsync:${PYTHONPATH}
ENV PYTHONPATH=/qfieldcloud-sdk-python:${PYTHONPATH}

# upgrade `pip`. If not upgraded, installing from GitHub repo (needed for `libqfieldsync`) will result in UNKNOWN package.
RUN pip3 install --break-system-packages --upgrade pip

# Install regular dependencies that rarely change
COPY requirements.txt /tmp/
RUN pip3 install --break-system-packages -r /tmp/requirements.txt
Expand Down

0 comments on commit 4cc5cbc

Please sign in to comment.