Skip to content

Commit af0c070

Browse files
authored
Update python-app.yml
1 parent b293e09 commit af0c070

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-app.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
3939
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
4040
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
41-
- name: Test with pytest
42-
run: |
43-
pytest
41+
# - name: Test with pytest
42+
# run: |
43+
# pytest

0 commit comments

Comments
 (0)