Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
hh-space-invader committed Sep 13, 2024
1 parent 425acb3 commit 13af9e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Check disk space after cache
run: df -h
run: |
df -h
ls /dev/root -l
- name: Install dependencies
run: |
python -m pip install poetry
Expand Down

0 comments on commit 13af9e4

Please sign in to comment.