[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:
co-authored by
Claude Opus 4.7
Liangsheng Yin
parent
d74d9bda49
commit
24a6b3084d
@@ -176,7 +176,7 @@ setup_pip_toolchain() {
|
|||||||
|
|
||||||
export UV_LINK_MODE=copy
|
export UV_LINK_MODE=copy
|
||||||
PIP_CMD="uv pip"
|
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_CMD="uv pip uninstall"
|
||||||
PIP_UNINSTALL_SUFFIX=""
|
PIP_UNINSTALL_SUFFIX=""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user