We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c044e9 commit 8b3b07cCopy full SHA for 8b3b07c
.github/workflows/pr-e2e-tests.yaml
@@ -79,7 +79,7 @@ jobs:
79
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
80
run: poetry install --no-interaction --no-cache --with dev --all-extras
81
- name: Clear Poetry cache
82
- run: poetry cache clear --all .
+ run: poetry cache clear --all --no-interaction .
83
- name: Show disk usage after Poetry installation
84
run: |
85
df -h
.github/workflows/scheduled-e2e-tests.yaml
@@ -87,7 +87,7 @@ jobs:
87
88
89
90
91
92
93
0 commit comments