Skip to content

Commit

Permalink
CI: bump mypy version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolodi committed Aug 22, 2023
1 parent 4ea8b22 commit dc387de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ jobs:
python-version: 3.9

- name: Install mypy
run: python -m pip --disable-pip-version-check install mypy==0.991
run: python -m pip --disable-pip-version-check install mypy==1.5.1

- name: Run mypy
run: mypy -p mesonpy
Expand Down

0 comments on commit dc387de

Please sign in to comment.