Skip to content

Commit

Permalink
fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Dec 4, 2024
1 parent a5d0388 commit 7807597
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 PYTHON_CMD=python3 $PYTHON_CMD -m pip 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 7807597

Please sign in to comment.