[fix] fix ci uv install dependency (#11895)

This commit is contained in:
Hank Han
2025-10-21 16:23:34 +08:00
committed by GitHub
parent 852c0578fd
commit c1e1600373

View File

@@ -34,7 +34,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 flashinfer_python sgl-kernel sglang vllm || true