We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 245a5e0 commit 3fe8f7cCopy full SHA for 3fe8f7c
1 file changed
.github/workflows/_unit_test_coverage.yml
@@ -224,7 +224,7 @@ jobs:
224
git config --global --add safe.directory /workspace/FastDeploy
225
cd FastDeploy
226
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/
+ python -m pip install paddlepaddle-gpu==3.5.0.dev20260601 -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
228
pip config set global.extra-index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
229
230
python -m pip install -r scripts/unittest_requirement.txt
0 commit comments