Update python-app.yml
This commit is contained in:
parent
e9f2aff776
commit
8f8b6e497a
2
.github/workflows/python-app.yml
vendored
2
.github/workflows/python-app.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
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
|
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||||
|
|
||||||
- name: Lint with flake8
|
- name: Lint with flake8
|
||||||
|
Loading…
Reference in New Issue
Block a user