We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f65e838 commit 864605bCopy full SHA for 864605b
.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