Update python-app.yml

This commit is contained in:
Cthulhu-throwaway 2021-12-25 15:33:44 -03:00 committed by GitHub
parent 2dd039f7c0
commit 37d80b9c75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install mypy flake8 pytest
pip install mypy flake8
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: MyPy Static Typing
run: |