Skip to content

Commit

Permalink
mypy 1.12.0 doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed Oct 14, 2024
1 parent 65c9ca9 commit ba50166
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ jobs:
pyminify setup.py src test --in-place
test_typing:
name: Test Typing
runs-on: ubuntu-latest
needs: [package_python3]
strategy:
Expand Down Expand Up @@ -187,7 +188,7 @@ jobs:

- name: Test typing
run: |
pip3.13 install mypy types-setuptools
pip3.13 install mypy!=1.12.0 types-setuptools
mypy --strict typing_test/test_typing.py
if mypy --strict typing_test/test_badtyping.py; then
Expand Down

0 comments on commit ba50166

Please sign in to comment.