Skip to content

Commit 86ef417

Browse files
committed
run mypy check on test_select_typing.py
1 parent 2909242 commit 86ef417

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ jobs:
8282
- name: Lint
8383
if: matrix.pydantic-version == 'pydantic-v2' && matrix.python-version != '3.8'
8484
run: bash scripts/lint.sh
85+
- name: Extra Mypy check
86+
if: matrix.python-version == '3.13'
87+
run: mypy tests/test_select_typing.py
8588
- run: mkdir coverage
8689
- name: Test
8790
run: bash scripts/test.sh

0 commit comments

Comments
 (0)