We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe9eec commit 46f076eCopy full SHA for 46f076e
.github/workflows/test_actions.yml
@@ -277,6 +277,8 @@ jobs:
277
run: cat test-project/pyproject.toml
278
- name: Add ni-python-styleguide to the project
279
run: poetry add ni-python-styleguide -C test-project
280
+ - name: Add mypy to the project
281
+ run: poetry add mypy -C test-project
282
- name: Create poetry.lock
283
run: poetry lock -C test-project
284
- name: Check that the project was created
0 commit comments