[CI] fix pip upgrade (#8881)

This commit is contained in:
Cheng Wan
2025-08-06 15:02:32 -07:00
committed by GitHub
parent 288ae41f7a
commit 78aad91037

View File

@@ -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