Skip to content

Commit a681e0f

Browse files
committed
fix
1 parent 05814aa commit a681e0f

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' and matrix.python-version != "3.8"
70+
if: matrix.pydantic-version == 'pydantic-v2' && matrix.python-version != "3.8"
7171
run: bash scripts/lint.sh
7272
- run: mkdir coverage
7373
- name: Test

0 commit comments

Comments
 (0)