Skip to content

Commit

Permalink
Install stubs in WF (fix #2)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-florentin-charles committed Jan 8, 2024
1 parent 97932c6 commit f33d71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: pip install mypy

- name: Install stubs
run: mypy --install-types .
run: mypy --install-types --non-interactive .

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

0 comments on commit f33d71f

Please sign in to comment.