This commit is contained in:
Cadene
2024-03-12 14:44:23 +00:00
parent 2c5d49cad5
commit 7331df81d2

View File

@@ -80,6 +80,11 @@ jobs:
path: .venv
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
if: steps.restore-dependencies-cache.outputs.cache-hit != 'true'
run: |