mirror of
https://github.com/Evil0ctal/Douyin_TikTok_Download_API.git
synced 2025-04-20 00:04:54 +08:00
Update python-app.yml
This commit is contained in:
parent
084146bd22
commit
bd83a01730
6
.github/workflows/python-app.yml
vendored
6
.github/workflows/python-app.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user