Update python-app.yml

自动构建
This commit is contained in:
DLmaster
2024-07-27 21:51:37 +08:00
committed by GitHub
parent 5bc2bf9397
commit cdbcebd945

View File

@@ -27,7 +27,7 @@ jobs:
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install flake8 pytest pip install flake8 pytest
if exist requirements.txt (pip install -r requirements.txt) if exist requirements.txt: (pip install -r requirements.txt)
- name: Lint with flake8 - name: Lint with flake8
run: | run: |
# stop the build if there are Python syntax errors or undefined names # stop the build if there are Python syntax errors or undefined names