We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8782724 commit 264a775Copy full SHA for 264a775
.github/workflows/tests.yaml
@@ -23,7 +23,7 @@ jobs:
23
python -m pip install --upgrade pip
24
pip install pytest
25
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
26
- pip install "paddlepaddle==2.5" requests
+ pip install "paddlepaddle==2.5"
27
pip install -e .
28
- name: Test with pytest
29
run: |
0 commit comments