Update pythonpackage.yml

This commit is contained in:
Ēriks Karls
2020-03-03 19:18:33 +02:00
committed by GitHub
parent 24d81bbadf
commit 98947e6bbe

View File

@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements_dev.txt
- name: Lint with flake8
run: |
pip install flake8