Update python-app.yml
This commit is contained in:
parent
3df68ed106
commit
aff3fe2dd2
1 changed files with 3 additions and 3 deletions
6
.github/workflows/python-app.yml
vendored
6
.github/workflows/python-app.yml
vendored
|
|
@ -22,8 +22,8 @@ jobs:
|
||||||
python-version: "3.10"
|
python-version: "3.10"
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
sudo python -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
sudo pip install -r requirements.txt
|
||||||
- name: Run
|
- name: Run
|
||||||
run: |
|
run: |
|
||||||
python TikTok_ZH.py
|
sudo python TikTok_ZH.py
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue