Update python-app.yml

This commit is contained in:
2021-03-07 12:16:31 +01:00
committed by GitHub
parent e9f2aff776
commit 8f8b6e497a

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