We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e52bc9 commit 325e9baCopy full SHA for 325e9ba
1 file changed
.github/workflows/ci.yml
@@ -73,7 +73,7 @@ jobs:
73
#----------------------------------------------
74
- name: Install dependencies
75
# Tempolary comment out
76
- # if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
+ if: steps.cached-poetry-dependencies.outputs.cache-hit != 'false'
77
run: poetry install --no-interaction --no-root
78
79
# install your root project, if required
0 commit comments