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 3a6ca59 commit d643ddfCopy full SHA for d643ddf
.github/workflows/test.yml
@@ -67,7 +67,7 @@ jobs:
67
if: matrix.pydantic-version == 'pydantic-v2'
68
run: uv pip install --upgrade "pydantic>=2.0.2,<3.0.0"
69
- name: Lint
70
- if: matrix.pydantic-version == 'pydantic-v2'
+ if: matrix.pydantic-version == 'pydantic-v2' and matrix.python-version != "3.8"
71
run: bash scripts/lint.sh
72
- run: mkdir coverage
73
- name: Test
0 commit comments