Skip to content

Commit

Permalink
fix the CI running errors in tests. (PaddlePaddle#13846)
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatV authored Sep 9, 2024
1 parent 5b54ac4 commit 33d5570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
python -m pip install --upgrade pip
pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install paddlepaddle==0.0.0 -f https://www.paddlepaddle.org.cn/whl/linux/cpu-mkl/develop.html
python -m pip install paddlepaddle==3.0.0b1 -i https://www.paddlepaddle.org.cn/packages/stable/cpu/
pip install -e .
- name: Test with pytest
run: |
Expand Down

0 comments on commit 33d5570

Please sign in to comment.