We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d190c commit 8b0aa1aCopy full SHA for 8b0aa1a
.github/workflows/test.yaml
@@ -19,7 +19,7 @@ jobs:
19
python-version: ${{ matrix.pythonversion }}
20
- name: install dependencies
21
run: |
22
- python -m pip install six requests
+ python -m pip install six requests flake8
23
python -m pip install -r requirements-tests.txt
24
python -m pip install -e .
25
- name: lint with flake8
0 commit comments