Skip to content

Commit 590cc6f

Browse files
committed
Sem-ver: bugfix Have mypy install stubs as part of ci
Signed-off-by: David Black <[email protected]>
1 parent a1f2cd2 commit 590cc6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
run: |
2525
ruff check .
2626
ruff format --check .
27+
mypy --install-types
2728
mypy .
2829
- name: Test
2930
run: |

0 commit comments

Comments
 (0)