File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 79
79
if : steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
80
80
run : poetry install --no-interaction --no-cache --with dev --all-extras
81
81
- name : Clear Poetry cache
82
- run : poetry cache clear --all .
82
+ run : poetry cache clear --all --no-interaction .
83
83
- name : Show disk usage after Poetry installation
84
84
run : |
85
85
df -h
Original file line number Diff line number Diff line change 87
87
if : steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
88
88
run : poetry install --no-interaction --no-cache --with dev --all-extras
89
89
- name : Clear Poetry cache
90
- run : poetry cache clear --all .
90
+ run : poetry cache clear --all --no-interaction .
91
91
- name : Show disk usage after Poetry installation
92
92
run : |
93
93
df -h
You can’t perform that action at this time.
0 commit comments