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 fa55aa2 commit d6c66d4Copy full SHA for d6c66d4
.github/workflows/tests.yml
@@ -39,7 +39,7 @@ jobs:
39
run: poetry install --no-interaction --no-root --all-extras
40
41
- name: Install library
42
- run: poetry install --no-interaction
+ run: poetry install --no-interaction --all-extras
43
44
- name: MyPy Type checking
45
run: poetry run mypy --config-file mypy.ini --show-error-codes
0 commit comments