Update python-app.yml

This commit is contained in:
Jan Grewe 2021-03-07 12:16:31 +01:00 committed by GitHub
parent e9f2aff776
commit 8f8b6e497a
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 pyqt5 pyinstaller
pip install pyqt5 pyinstaller flake8
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8