Skip to content

Commit

Permalink
info
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadene committed Mar 12, 2024
1 parent 2c5d49c commit 7331df8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 7331df8

Please sign in to comment.