Skip to content

Commit 032bd8a

Browse files
committed
fix: CI code-review
1 parent fb67003 commit 032bd8a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/code-review.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,3 @@ jobs:
3232
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
3333
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3434
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
35-
# - name: Test with pytest
36-
# run: |
37-
# pytest tests/*

0 commit comments

Comments
 (0)