Skip to content

Commit 3fe8f7c

Browse files
authored
[CI] Temporarily pin paddlepaddle-gpu to 3.5.0.dev20260601 (#7987)
1 parent 245a5e0 commit 3fe8f7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/_unit_test_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
git config --global --add safe.directory /workspace/FastDeploy
225225
cd FastDeploy
226226
git diff origin/${BASE_REF}..HEAD --unified=0 > diff.txt
227-
python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
227+
python -m pip install paddlepaddle-gpu==3.5.0.dev20260601 -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
228228
pip config set global.extra-index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
229229
230230
python -m pip install -r scripts/unittest_requirement.txt

0 commit comments

Comments
 (0)