Skip to content

Commit

Permalink
.github/workflows/s390x/Dockerfile.ci: unbreak
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Dec 4, 2024
1 parent 93983c1 commit a5d0388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/s390x/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ RUN apt-get update && \
zip

COPY requirements.txt /tmp/
RUN PIP_CMD="python3 -m pip" $PIP_CMD install -U --break-system-packages -r /tmp/requirements.txt
RUN PYTHON_CMD=python3 $PYTHON_CMD -m pip install -U --break-system-packages -r /tmp/requirements.txt

0 comments on commit a5d0388

Please sign in to comment.