Update python-app.yml

This commit is contained in:
DarkShy
2024-01-08 10:03:02 +03:00
committed by GitHub
parent dbe5d65be7
commit 99f0987069

View File

@@ -30,9 +30,9 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install flake8 pytest Flask requests pip install flake8 pytest pytest-flask Flask requests
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Start app - name: Start app
run: | run: |
python pony.py pytest pony.py