From 24a6b3084d5d59a654a5bbff9e21f0840db27361 Mon Sep 17 00:00:00 2001 From: Kangyan-Zhou Date: Sat, 2 May 2026 12:25:01 -0700 Subject: [PATCH] [CI] drop --prerelease allow from uv pip install suffix (#24265) Co-authored-by: Claude Opus 4.7 (1M context) Co-authored-by: Liangsheng Yin --- scripts/ci/cuda/ci_install_dependency.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/cuda/ci_install_dependency.sh b/scripts/ci/cuda/ci_install_dependency.sh index de882d944..a732366af 100755 --- a/scripts/ci/cuda/ci_install_dependency.sh +++ b/scripts/ci/cuda/ci_install_dependency.sh @@ -176,7 +176,7 @@ setup_pip_toolchain() { export UV_LINK_MODE=copy PIP_CMD="uv pip" - PIP_INSTALL_SUFFIX="--index-strategy unsafe-best-match --prerelease allow" + PIP_INSTALL_SUFFIX="--index-strategy unsafe-best-match" PIP_UNINSTALL_CMD="uv pip uninstall" PIP_UNINSTALL_SUFFIX=""