Update python-app.yml
This commit is contained in:
parent
8a4916e263
commit
60af8e7041
1 changed files with 0 additions and 3 deletions
3
.github/workflows/python-app.yml
vendored
3
.github/workflows/python-app.yml
vendored
|
|
@ -31,9 +31,6 @@ jobs:
|
||||||
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
|
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
|
||||||
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
|
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
|
||||||
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
||||||
- name: Test with pytest
|
|
||||||
run: |
|
|
||||||
pytest
|
|
||||||
- name: server run
|
- name: server run
|
||||||
run: |
|
run: |
|
||||||
sudo python TikTok_ZH.py
|
sudo python TikTok_ZH.py
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue