Skip to content

Commit bbafd20

Browse files
authored
Update main.yml
1 parent 7803bd7 commit bbafd20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
3535
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3636
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
37-
- name: Run tests with pytest
38-
run: |
39-
pytest
37+
# - name: Run tests with pytest
38+
# run: |
39+
# pytest

0 commit comments

Comments
 (0)