[CI] Temporarily lock paddlepaddle-gpu as of 20251118 (#5136)

This commit is contained in:
YuBaoku
2025-11-20 11:15:08 +08:00
committed by GitHub
parent 109d48e456
commit e021048318
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ jobs:
git config --global --add safe.directory /workspace/FastDeploy
cd FastDeploy
git diff origin/${BASE_REF}..HEAD --unified=0 > diff.txt
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.dev20251118 -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
pip config set global.extra-index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
python -m pip install -r scripts/unittest_requirement.txt