Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 4233c22

Browse files
committed
ci: pinning linting to py3.10.6 due to mypy bug
1 parent 2a93721 commit 4233c22

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
python-version:
1717
- "3.8"
1818
- "3.9"
19-
- "3.10"
19+
# TODO: remove pinned minor version when mypy >0.971 is released
20+
# https://github.com/python/mypy/issues/13627#issuecomment-1240907370
21+
- "3.10.6"
2022
steps:
2123
- uses: actions/checkout@v3
2224
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)