Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
78aad910
Unverified
Commit
78aad910
authored
Aug 06, 2025
by
Cheng Wan
Committed by
GitHub
Aug 06, 2025
Browse files
[CI] fix pip upgrade (#8881)
parent
288ae41f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/ci_install_dependency.sh
scripts/ci_install_dependency.sh
+1
-1
No files found.
scripts/ci_install_dependency.sh
View file @
78aad910
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment