We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cacd742 commit c82d95cCopy full SHA for c82d95c
1 file changed
.github/workflows/build.yaml
@@ -54,7 +54,7 @@ jobs:
54
55
- name: Install dependencies
56
if: steps.cache-dependencies.outputs.cache-hit != 'true'
57
- run: poetry install --no-interaction --no-root
+ run: poetry install --no-interaction --no-root --all-extras
58
59
- name: Install project
60
run: poetry install --no-interaction
0 commit comments