Update python-app.yml

This commit is contained in:
Evil0ctal 2022-01-02 04:50:09 -08:00 committed by GitHub
parent 084146bd22
commit bd83a01730
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,9 +22,9 @@ jobs:
python-version: "3.9"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
sudo python -m pip install --upgrade pip
sudo pip install flake8 pytest
sudo pip install -r requirements.txt
- name: run server
run: |
sudo python TikTok_ZH.py