Skip to content

Commit 4b6e924

Browse files
committed
Merge branch 'main' into fix/editable_install
2 parents 6118f81 + 36e87af commit 4b6e924

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@ jobs:
7070
with:
7171
python-version: ${{ matrix.config.python-version }}
7272

73+
- name: Free disk space
74+
run: |
75+
sudo rm -rf /usr/share/dotnet
76+
sudo rm -rf /usr/local/lib/android
77+
sudo rm -rf /opt/ghc
78+
docker system prune -af || true
79+
7380
- name: Clean workspace artifacts
7481
run: rm -rf build/ dist/ *.egg-info/ .eggs/
7582

0 commit comments

Comments
 (0)