Ilia Larchenko commited on
Commit
0d5ec85
1 Parent(s): 3b98b33

Update pythonapp.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/pythonapp.yml +0 -4
.github/workflows/pythonapp.yml CHANGED
@@ -24,7 +24,3 @@ jobs:
24
  flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
25
  # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
26
  flake8 . --count --exit-zero --max-complexity=10 --max-line-length=88 --statistics
27
- - name: Test with pytest
28
- run: |
29
- pip install pytest
30
- pytest
 
24
  flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
25
  # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
26
  flake8 . --count --exit-zero --max-complexity=10 --max-line-length=88 --statistics