Skip to content

Commit 264a775

Browse files
committed
remove requests from .github/workflows/tests.yaml because requests has already been added to requirements.txt.
1 parent 8782724 commit 264a775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python -m pip install --upgrade pip
2424
pip install pytest
2525
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
26-
pip install "paddlepaddle==2.5" requests
26+
pip install "paddlepaddle==2.5"
2727
pip install -e .
2828
- name: Test with pytest
2929
run: |

0 commit comments

Comments
 (0)