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 fca1101 commit f1ab6a6Copy full SHA for f1ab6a6
.github/workflows/test.yml
@@ -68,7 +68,7 @@ jobs:
68
run: pip install "pydantic>=2.0.2,<3.0.0"
69
- name: Lint
70
# Do not run on Python 3.7 as mypy behaves differently
71
- if: matrix.python-version != '3.7'
+ if: matrix.python-version != '3.7' && matrix.pydantic-version == 'pydantic-v2'
72
run: python -m poetry run bash scripts/lint.sh
73
- run: mkdir coverage
74
- name: Test
0 commit comments