Skip to content

Commit d643ddf

Browse files
committed
don't run the lint test for Python 3.8
1 parent 3a6ca59 commit d643ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
if: matrix.pydantic-version == 'pydantic-v2'
6868
run: uv pip install --upgrade "pydantic>=2.0.2,<3.0.0"
6969
- name: Lint
70-
if: matrix.pydantic-version == 'pydantic-v2'
70+
if: matrix.pydantic-version == 'pydantic-v2' and matrix.python-version != "3.8"
7171
run: bash scripts/lint.sh
7272
- run: mkdir coverage
7373
- name: Test

0 commit comments

Comments
 (0)