[CI] Lock paddlepaddle-gpu/paddlepaddle-xpu==3.3.0 in release/2.4 (#5944)

This commit is contained in:
YuBaoku
2026-01-08 14:34:20 +08:00
committed by GitHub
parent d05f5f0877
commit 9e542e8927
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ jobs:
elif [[ "${PADDLEVERSION}" != "" ]];then
python -m pip install paddlepaddle-gpu==${PADDLEVERSION} -i https://www.paddlepaddle.org.cn/packages/stable/cu126/
else
python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
python -m pip install paddlepaddle-gpu==3.3.0 -i https://www.paddlepaddle.org.cn/packages/stable/cu126/
fi
pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple