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 7979 if : steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
8080 run : poetry install --no-interaction --no-cache --with dev --all-extras
8181 - name : Clear Poetry cache
82- run : poetry cache clear --all .
82+ run : poetry cache clear --all --no-interaction .
8383 - name : Show disk usage after Poetry installation
8484 run : |
8585 df -h
Original file line number Diff line number Diff line change 8787 if : steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
8888 run : poetry install --no-interaction --no-cache --with dev --all-extras
8989 - name : Clear Poetry cache
90- run : poetry cache clear --all .
90+ run : poetry cache clear --all --no-interaction .
9191 - name : Show disk usage after Poetry installation
9292 run : |
9393 df -h
You can’t perform that action at this time.
0 commit comments