We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46449e0 commit 4577f2aCopy full SHA for 4577f2a
.github/workflows/integration.yml
@@ -49,13 +49,7 @@ jobs:
49
# install dependencies if cache does not exist
50
#----------------------------------------------
51
- name: Install dependencies
52
- # if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
53
- run: poetry install --no-interaction --no-root --all-extras
54
- #----------------------------------------------
55
- # install your root project, if required
56
57
- - name: Install library
58
- run: poetry install --no-interaction
+ run: poetry install --no-interaction --all-extras
59
60
# run test suite
61
0 commit comments