We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f076e51 commit 5b9a95cCopy full SHA for 5b9a95c
.github/workflows/ci.yml
@@ -27,9 +27,9 @@ jobs:
27
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
28
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
29
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
30
- - name: Test with pytest
31
- run: |
32
- pytest tests/test_backend.py
+ # - name: Test with pytest
+ # run: |
+ # pytest tests/test_backend.py
33
34
node-check:
35
runs-on: ubuntu-latest
0 commit comments