Skip to content

Commit 8b0aa1a

Browse files
committed
missing req
1 parent 80d190c commit 8b0aa1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: ${{ matrix.pythonversion }}
2020
- name: install dependencies
2121
run: |
22-
python -m pip install six requests
22+
python -m pip install six requests flake8
2323
python -m pip install -r requirements-tests.txt
2424
python -m pip install -e .
2525
- name: lint with flake8

0 commit comments

Comments
 (0)