We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c9ca9 commit ba50166Copy full SHA for ba50166
1 file changed
.github/workflows/release_test.yaml
@@ -155,6 +155,7 @@ jobs:
155
pyminify setup.py src test --in-place
156
157
test_typing:
158
+ name: Test Typing
159
runs-on: ubuntu-latest
160
needs: [package_python3]
161
strategy:
@@ -187,7 +188,7 @@ jobs:
187
188
189
- name: Test typing
190
run: |
- pip3.13 install mypy types-setuptools
191
+ pip3.13 install mypy!=1.12.0 types-setuptools
192
mypy --strict typing_test/test_typing.py
193
194
if mypy --strict typing_test/test_badtyping.py; then
0 commit comments