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 cb0f498 commit 2ee1723
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Check disk usage
run: |
ls -lh /dev/root
- name: Detailed disk usage in root
run: du -sh /*
# ls /dev/root -l
# - name: Install dependencies
# run: |
Expand Down

0 comments on commit 2ee1723

Please sign in to comment.