Update python-app.yml
This commit is contained in:
parent
2d217da054
commit
41155e52cb
1 changed files with 3 additions and 3 deletions
6
.github/workflows/python-app.yml
vendored
6
.github/workflows/python-app.yml
vendored
|
|
@ -14,12 +14,12 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# in this example, there is a newer version already installed, 3.7.7, so the older version will be downloaded
|
python-version:
|
||||||
python-version: ['3.9.9']
|
- 'pypy-3.9.9'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- run: sudo pip install -r requirements.txt
|
- run: sudo pip install -r requirements.txt
|
||||||
- run: sudo python TikTok_ZH.py
|
- run: python TikTok_ZH.py
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue