Skip to content

Commit

Permalink
Install stubs in WF (fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-florentin-charles committed Jan 8, 2024
1 parent 0b3694f commit 97932c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: MyPy
name: MyPyx

on: push

Expand All @@ -18,7 +18,7 @@ jobs:
run: pip install mypy

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

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

0 comments on commit 97932c6

Please sign in to comment.