Skip to content

Commit 46f076e

Browse files
committed
Add mypy dependency
1 parent afe9eec commit 46f076e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test_actions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,8 @@ jobs:
277277
run: cat test-project/pyproject.toml
278278
- name: Add ni-python-styleguide to the project
279279
run: poetry add ni-python-styleguide -C test-project
280+
- name: Add mypy to the project
281+
run: poetry add mypy -C test-project
280282
- name: Create poetry.lock
281283
run: poetry lock -C test-project
282284
- name: Check that the project was created

0 commit comments

Comments
 (0)