Skip to content

Commit a8520a8

Browse files
committed
fix github workflow for testing reqparse.py
1 parent 6b04fd9 commit a8520a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python-version: 3.8
1616
- name: install dependencies
1717
run: |
18-
pip install flake8 pytest requests
18+
pip install flake8 pytest requests yaml
1919
pip install .
2020
- name: run tests
2121
run:

0 commit comments

Comments
 (0)