mirror of
https://github.com/Evil0ctal/Douyin_TikTok_Download_API.git
synced 2025-04-20 22:40:08 +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"
|
python-version: "3.9"
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
sudo python -m pip install --upgrade pip
|
||||||
pip install flake8 pytest
|
sudo pip install flake8 pytest
|
||||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
sudo pip install -r requirements.txt
|
||||||
- name: run server
|
- name: run server
|
||||||
run: |
|
run: |
|
||||||
sudo python TikTok_ZH.py
|
sudo python TikTok_ZH.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user