Skip to content

Commit

Permalink
Fix: Removed pip upgrade due to errors with apt installed pip
Browse files Browse the repository at this point in the history
  • Loading branch information
patfeiler committed Jun 24, 2024
1 parent 211f9c9 commit c168f6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile-ci
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ RUN curl -OfsSL \
RUN dpkg -r --force-depends python3-wheel \
; \
pip3 install --upgrade --no-cache-dir --break-system-packages \
pip \
setuptools \
wheel

Expand Down

0 comments on commit c168f6a

Please sign in to comment.