Update python-app.yml

This commit is contained in:
Evil0ctal 2022-01-02 05:05:39 -08:00 committed by GitHub
parent c5ebe5c8d5
commit 2d217da054
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,10 +15,11 @@ jobs:
strategy: strategy:
matrix: matrix:
# in this example, there is a newer version already installed, 3.7.7, so the older version will be downloaded # in this example, there is a newer version already installed, 3.7.7, so the older version will be downloaded
python-version: ['3.9.9', '3.9'] python-version: ['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 python TikTok_ZH.py - run: sudo python TikTok_ZH.py