Update python-app.yml

自动构建
This commit is contained in:
DLmaster
2024-07-27 21:53:49 +08:00
committed by GitHub
parent cdbcebd945
commit 44d529c60f

View File

@@ -27,7 +27,7 @@ jobs:
run: |
python -m pip install --upgrade pip
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
run: |
# stop the build if there are Python syntax errors or undefined names