Skip to content

Commit ba50166

Browse files
committed
mypy 1.12.0 doesn't work
1 parent 65c9ca9 commit ba50166

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release_test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ jobs:
155155
pyminify setup.py src test --in-place
156156
157157
test_typing:
158+
name: Test Typing
158159
runs-on: ubuntu-latest
159160
needs: [package_python3]
160161
strategy:
@@ -187,7 +188,7 @@ jobs:
187188

188189
- name: Test typing
189190
run: |
190-
pip3.13 install mypy types-setuptools
191+
pip3.13 install mypy!=1.12.0 types-setuptools
191192
mypy --strict typing_test/test_typing.py
192193
193194
if mypy --strict typing_test/test_badtyping.py; then

0 commit comments

Comments
 (0)