Skip to content

Commit dcc306c

Browse files
Update python-package.yml
1 parent 65495c9 commit dcc306c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
3232
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3333
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
34-
- name: Test with pytest
35-
run: |
36-
coverage run -m pytest -v -s
3734
- name: Packpage
3835
run: |
3936
tar czvf ServerWebGamePost-1.0.0.tar.gz python/

0 commit comments

Comments
 (0)