Skip to content

Commit 46449e0

Browse files
committed
skip cache for one run
1 parent 4b995e0 commit 46449e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# install dependencies if cache does not exist
5050
#----------------------------------------------
5151
- name: Install dependencies
52-
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
52+
# if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
5353
run: poetry install --no-interaction --no-root --all-extras
5454
#----------------------------------------------
5555
# install your root project, if required

0 commit comments

Comments
 (0)