Skip to content

Commit

Permalink
CI&CD: test-wheels: ignore pip upgrade failing on latest amazon linux
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <[email protected]>
  • Loading branch information
bigcat88 committed Apr 3, 2023
1 parent 351e770 commit ecf28c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/test_wheels.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN $PREPARE_CMD
ARG INSTALL_CMD
RUN $INSTALL_CMD

RUN python3 -m pip install --upgrade pip
RUN python3 -m pip install --upgrade pip || echo "pip upgrade failed"
RUN python3 -m pip install --prefer-binary pillow
RUN python3 -m pip install pytest numpy pympler defusedxml

Expand Down

0 comments on commit ecf28c4

Please sign in to comment.