We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1bc1b2 commit b38d6f5Copy full SHA for b38d6f5
.github/workflows/tests.yml
@@ -63,6 +63,7 @@ jobs:
63
mypy --config-file tests/.mypy.ini $( git ls-tree -r --name-only HEAD | 'grep' -E '[.]py$' )
64
65
Tests:
66
+ if: false
67
runs-on: ${{ matrix.os }}
68
69
strategy:
0 commit comments