install flake8.
This commit is contained in:
parent
b3e60b3fb9
commit
f0ac14f50e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pythonpackage.yml
vendored
2
.github/workflows/pythonpackage.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install --upgrade pip flake8
|
||||
python setup.py develop
|
||||
- name: Style checks
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue