[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
if [ "$MODE_BLACKWELL" != "1" ]; then
pip install --upgrade pip --break-system-packages
pip install --upgrade pip
fi
# Clean up existing installations