Skip to content

Commit c9b14c2

Browse files
authored
Fix type checker versions in CI (#172)
1 parent 01a7ca3 commit c9b14c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
- name: Run tests
2929
run: |
3030
uv run mypy_primer --debug -k hauntsaninja --coverage
31-
uv run mypy_primer --debug -k hauntsaninja --type-checker mypy
32-
uv run mypy_primer --debug -k hauntsaninja --type-checker pyright
31+
uv run mypy_primer --debug -k hauntsaninja --type-checker mypy --new v1.15 --old v1.15
32+
uv run mypy_primer --debug -k hauntsaninja --type-checker pyright --new 1.1.400 --old 1.1.400
3333
uv run mypy_primer --debug -k hauntsaninja --measure-project-runtimes

0 commit comments

Comments
 (0)