Update python-app.yml

This commit is contained in:
Hyperbel 2023-07-07 17:09:32 +02:00 committed by GitHub
parent bd24762f76
commit c3b6773d01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest flask pytest-cov
pip install flake8 pytest flask pytest-cov redis
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names