Skip to content

Commit

Permalink
free disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
rectalogic committed Oct 1, 2024
1 parent cfe9771 commit 887d01b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
matrix:
python-version: ["3.12"]
steps:
# Need more disk space for models
# https://github.com/easimon/maximize-build-space/blob/master/action.yml
- name: Cleanup
run: |
sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache/CodeQL
sudo docker image prune --all --force
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v2
Expand Down

0 comments on commit 887d01b

Please sign in to comment.