This commit is contained in:
Cadene 2024-03-12 14:44:23 +00:00
parent 2c5d49cad5
commit 7331df81d2
1 changed files with 5 additions and 0 deletions

View File

@ -80,6 +80,11 @@ jobs:
path: .venv path: .venv
key: venv-${{ steps.setup-python.outputs.python-version }}-${{ env.POETRY_VERSION }}-${{ hashFiles('**/poetry.lock') }} key: venv-${{ steps.setup-python.outputs.python-version }}-${{ env.POETRY_VERSION }}-${{ hashFiles('**/poetry.lock') }}
- name: Info
run: |
du -sh /tmp
df -h
- name: Install dependencies - name: Install dependencies
if: steps.restore-dependencies-cache.outputs.cache-hit != 'true' if: steps.restore-dependencies-cache.outputs.cache-hit != 'true'
run: | run: |