mirror of
https://github.com/Evil0ctal/Douyin_TikTok_Download_API.git
synced 2025-04-22 02:10:24 +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:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version:
|
||||
- 'pypy-3.9'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: actions/setup-python@v2.3.1
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
python-version: '3.11.0-alpha.1'
|
||||
- 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