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
c1e16003
Unverified
Commit
c1e16003
authored
Oct 21, 2025
by
Hank Han
Committed by
GitHub
Oct 21, 2025
Browse files
[fix] fix ci uv install dependency (#11895)
parent
852c0578
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/ci/ci_install_dependency.sh
scripts/ci/ci_install_dependency.sh
+1
-1
No files found.
scripts/ci/ci_install_dependency.sh
View file @
c1e16003
...
@@ -34,7 +34,7 @@ else
...
@@ -34,7 +34,7 @@ else
export
UV_SYSTEM_PYTHON
=
true
export
UV_SYSTEM_PYTHON
=
true
PIP_CMD
=
"uv pip"
PIP_CMD
=
"uv pip"
PIP_INSTALL_SUFFIX
=
"--index-strategy unsafe-best-match"
PIP_INSTALL_SUFFIX
=
"--index-strategy unsafe-best-match
--prerelease=allow
"
# Clean up existing installations
# Clean up existing installations
$PIP_CMD
uninstall flashinfer_python sgl-kernel sglang vllm
||
true
$PIP_CMD
uninstall flashinfer_python sgl-kernel sglang vllm
||
true
...
...
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