Skip to content

Commit d6c66d4

Browse files
fix github workflow
1 parent fa55aa2 commit d6c66d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: poetry install --no-interaction --no-root --all-extras
4040

4141
- name: Install library
42-
run: poetry install --no-interaction
42+
run: poetry install --no-interaction --all-extras
4343

4444
- name: MyPy Type checking
4545
run: poetry run mypy --config-file mypy.ini --show-error-codes

0 commit comments

Comments
 (0)