mirror of
https://github.com/libretro/netplay-tunnel-server.git
synced 2025-02-18 15:49:17 +00:00
Update python-app.yml
This commit is contained in:
parent
2dd039f7c0
commit
37d80b9c75
2
.github/workflows/python-app.yml
vendored
2
.github/workflows/python-app.yml
vendored
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user