[CI] fix run_ci error in release/2.1 (#3499)

This commit is contained in:
YuBaoku
2025-08-21 10:07:20 +08:00
committed by GitHub
parent d07338f932
commit 5d4d38674f
5 changed files with 5 additions and 5 deletions

View File

@@ -124,7 +124,7 @@ jobs:
echo "Date Only: $DATE_ONLY"
export FASTDEPLOY_VERSION="${FASTDEPLOY_VERSION}.dev${DATE_ONLY}"
fi
python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
python -m pip install paddlepaddle-gpu==3.1.1 -i https://www.paddlepaddle.org.cn/packages/stable/cu126/
pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
python -m pip install --upgrade pip