Skip to content

Commit

Permalink
Install stubs in WF
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-florentin-charles committed Jan 8, 2024
1 parent e6b5163 commit 0b3694f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- name: Install mypy
run: pip install mypy

- name: Install stubs
run: mypy --install-types

- name: Run mypy
uses: sasanquaneuf/mypy-github-action@releases/v1
with:
Expand Down

0 comments on commit 0b3694f

Please sign in to comment.