Skip to content

Commit c82d95c

Browse files
committed
Fix CI tests
1 parent cacd742 commit c82d95c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Install dependencies
5656
if: steps.cache-dependencies.outputs.cache-hit != 'true'
57-
run: poetry install --no-interaction --no-root
57+
run: poetry install --no-interaction --no-root --all-extras
5858

5959
- name: Install project
6060
run: poetry install --no-interaction

0 commit comments

Comments
 (0)