[CI] drop --prerelease allow from uv pip install suffix (#24265)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: Liangsheng Yin <hnyls2002@gmail.com>
This commit is contained in:
Kangyan-Zhou
2026-05-02 12:25:01 -07:00
committed by GitHub
co-authored by Claude Opus 4.7 Liangsheng Yin
parent d74d9bda49
commit 24a6b3084d
+1 -1
View File
@@ -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=""