Skip to content

Commit

Permalink
remove pip3 version check
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffy-mathew committed Oct 26, 2023
1 parent fc0c6d2 commit 6c1c848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Dockerfile.std
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN rm -rf /root/.cache \
&& find /usr/lib -type f -name '*.a' -delete \
&& find /usr/lib -type f -name '*.o' -delete
# Print included pip/python versions
RUN pip3 --version && python3 --version
RUN python3 --version

# Comment this to test in dev
COPY *${TARGETARCH}.deb /
Expand Down

0 comments on commit 6c1c848

Please sign in to comment.