Skip to content

Commit

Permalink
ensure mypy runs on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharsadhwani committed Jun 21, 2024
1 parent 16fb9ab commit bc9225d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- { python-version: "3.9", tox-env: "py39" }
- { python-version: "3.10", tox-env: "py310" }
- { python-version: "3.11", tox-env: "py311" }
- { python-version: "3.12", tox-env: "py312" }
- { python-version: "3.12", tox-env: "py312,py312-type" }
name: Python ${{ matrix.python-version }} tests
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit bc9225d

Please sign in to comment.