Skip to content

Commit

Permalink
Add missing installing step of mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan committed Oct 27, 2024
1 parent 5b21a29 commit 8c9bf6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
with:
python-version: "3.8"

- name: Install mypy
run: python -m pip install mypy==1.13.0

- name: Execute mypy
run: make mypy

Expand Down

0 comments on commit 8c9bf6a

Please sign in to comment.