Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 8a93fdc

Browse files
authored
Update python-app.yml
1 parent 0ed0deb commit 8a93fdc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/python-app.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
3434
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3535
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
36-
- name: Test with pytest
37-
run: |
38-
pytest
3936
- name: Pyinstaller
4037
run: |
4138
pyinstaller -F desktop/se-verson.py

0 commit comments

Comments
 (0)