Skip to content

Commit 5b9a95c

Browse files
committed
update pytest workflow
1 parent f076e51 commit 5b9a95c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
2828
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
2929
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
30+
# - name: Test with pytest
31+
# run: |
32+
# pytest tests/test_backend.py
3333

3434
node-check:
3535
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)