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 1552843 commit 8babe18
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,9 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Detailed disk usage in root
run: |
sudo du -sh /Users/runner/*
sudo du -sh /Applications/*
sudo du -sh /Library/Developer/*
sudo du -sh /System/Library/*
sudo du -sh /System/Volumes/*
sudo rm -rf /Applications
sudo du -sh /Users/runner/Library/*
sudo rm -rf /Applications/Xcode_*
sudo du -sh /Applications/
# ls /dev/root -l
# - name: Install dependencies
# run: |
Expand Down

0 comments on commit 8babe18

Please sign in to comment.