We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b8e284 + 70f3d31 commit 59301e6Copy full SHA for 59301e6
1 file changed
.github/workflows/release-ci.yml
@@ -36,8 +36,7 @@ jobs:
36
path: .venv
37
key: pydeps-${{ hashFiles('**/poetry.lock') }}
38
39
- - run: poetry install --no-root
40
- if: steps.cache-deps.outputs.cache-hit != 'true'
+ - run: poetry install
41
42
- run: poetry run pip install setuptools
43
0 commit comments