Update python-package.yml

This commit is contained in:
Jack Robison 2020-10-30 15:09:24 -04:00 committed by GitHub
parent 6ca70b262c
commit 903041b5f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install mypy lxml coverage
pip install mypy lxml coverage flake8
pip install -e .
- name: Lint with flake8
run: |