mirror of
https://github.com/Evil0ctal/Douyin_TikTok_Download_API.git
synced 2025-04-22 08:20:54 +08:00
Update python-app.yml
This commit is contained in:
parent
6db706e3f9
commit
4c3bbd5408
10
.github/workflows/python-app.yml
vendored
10
.github/workflows/python-app.yml
vendored
@ -12,14 +12,10 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
python-version:
|
|
||||||
- 'pypy-3.9'
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2.3.1
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: '3.11.0-alpha.1'
|
||||||
- run: sudo pip install -r requirements.txt
|
- run: sudo pip install -r requirements.txt
|
||||||
- run: python TikTok_ZH.py
|
- run: sudo python TikTok_ZH.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user