Unverified Commit c1e16003 authored by Hank Han's avatar Hank Han Committed by GitHub
Browse files

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

parent 852c0578
...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment