molokhovdmitry commited on
Commit
bca4302
1 Parent(s): 9fa3b3c

Remove testing from workflow

Browse files
Files changed (1) hide show
  1. .github/workflows/python-app.yml +0 -3
.github/workflows/python-app.yml CHANGED
@@ -36,6 +36,3 @@ jobs:
36
  flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
37
  # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
38
  flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
39
- - name: Test with pytest
40
- run: |
41
- pytest
 
36
  flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
37
  # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
38
  flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics