Skip to content

Commit

Permalink
remove disk usage print
Browse files Browse the repository at this point in the history
  • Loading branch information
pnunna93 committed Aug 16, 2024
1 parent d58303f commit 483e8ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ jobs:
uses: docker/setup-qemu-action@v2
- name: Clean up disk space
run: |
sudo df -h
sudo rm -rf \
/usr/share/dotnet \
/opt/ghc \
Expand All @@ -134,7 +133,6 @@ jobs:
/usr/local/share/chromium \
/usr/local/share/powershell \
/usr/share/swift
sudo df -h
- name: Build C++
run: bash .github/scripts/build-rocm.sh
env:
Expand Down

0 comments on commit 483e8ca

Please sign in to comment.