Update python-app.yml

This commit is contained in:
Yiming Lei 2024-08-06 20:58:22 +08:00 committed by GitHub
parent 0ed0deb843
commit 8a93fdc95a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,9 +33,6 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# 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
- name: Test with pytest
run: |
pytest
- name: Pyinstaller
run: |
pyinstaller -F desktop/se-verson.py