We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40beca9 commit be5277eCopy full SHA for be5277e
.github/workflows/test.yml
@@ -56,6 +56,8 @@ jobs:
56
if: steps.cache.outputs.cache-hit != 'true'
57
run: python -m poetry install
58
- name: Lint
59
+ # Do not run on Python 3.7 as mypy behaves differently
60
+ if: matrix.python-version != '3.7'
61
run: python -m poetry run bash scripts/lint.sh
62
- run: mkdir coverage
63
- name: Test
0 commit comments