From c1e16003734471c044beb124b89ff6423b6b6814 Mon Sep 17 00:00:00 2001 From: Hank Han Date: Tue, 21 Oct 2025 16:23:34 +0800 Subject: [PATCH] [fix] fix ci uv install dependency (#11895) --- scripts/ci/ci_install_dependency.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/ci_install_dependency.sh b/scripts/ci/ci_install_dependency.sh index 132c30a68..3bd5f8a79 100755 --- a/scripts/ci/ci_install_dependency.sh +++ b/scripts/ci/ci_install_dependency.sh @@ -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