Skip to content

Commit 08bd1dd

Browse files
authored
fix requirements.txt (#12605)
* fix requirements.txt * Fix the code style in the requirements.txt file. * remove requests from .github/workflows/tests.yaml because requests has already been added to requirements.txt.
1 parent b3954d3 commit 08bd1dd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
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: |

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ opencv-contrib-python<=4.6.0.66
1111
cython
1212
Pillow>=10.0.0
1313
pyyaml
14+
requests

0 commit comments

Comments
 (0)