Fix ci install to allow prerelease (#12449)

This commit is contained in:
Lianmin Zheng
2025-10-31 02:22:15 -07:00
committed by GitHub
parent 300b4c212e
commit 2d5605e89b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ else
export UV_SYSTEM_PYTHON=true
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
$PIP_CMD uninstall sgl-kernel sglang || true