install flake8.

This commit is contained in:
Jelmer Vernooij 2020-10-22 19:51:46 +01:00
parent b3e60b3fb9
commit f0ac14f50e

View file

@ -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: |