free space

This commit is contained in:
John Doe
2026-02-10 22:53:16 -05:00
parent e6bc58b525
commit 7aa7988a60
@@ -37,6 +37,7 @@ runs:
- name: Install uv
uses: astral-sh/setup-uv@v7
- name: Install Python
shell: bash
run: |
@@ -50,6 +51,15 @@ runs:
with:
version: ${{ inputs.cuda-version }}
- name: Free disk space on runner
shell: bash
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf /usr/local/lib/android
sudo rm -rf /usr/local/.ghcup || true
df -h
- name: Build wheels
id: build_wheels
shell: bash