Unverified Commit 78aad910 authored by Cheng Wan's avatar Cheng Wan Committed by GitHub
Browse files

[CI] fix pip upgrade (#8881)

parent 288ae41f
...@@ -20,7 +20,7 @@ fi ...@@ -20,7 +20,7 @@ fi
# Update pip # Update pip
if [ "$MODE_BLACKWELL" != "1" ]; then if [ "$MODE_BLACKWELL" != "1" ]; then
pip install --upgrade pip --break-system-packages pip install --upgrade pip
fi fi
# Clean up existing installations # Clean up existing installations
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment