Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/pytorch/jobs/docker/2.2/py3/d…
Browse files Browse the repository at this point in the history
…ev-dependencies-acc819917a
  • Loading branch information
AbeCoull authored Apr 23, 2024
2 parents 2efd406 + 533fd93 commit 8eabf3f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/integ-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@ jobs:
env:
PREBUILD_TAG : ${{ matrix.container-type }}_prebuild_tag
steps:
- name: Check disk space
run: df . -h
- name: Free disk space
run: |
sudo docker rmi $(docker image ls -aq) >/dev/null 2>&1 || true
sudo rm -rf \
/usr/share/dotnet /usr/local/lib/android /opt/ghc \
/usr/local/share/powershell /usr/share/swift /usr/local/.ghcup \
/usr/lib/jvm || true
- name: Check disk space after clean up
run: df . -h
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
Expand Down

0 comments on commit 8eabf3f

Please sign in to comment.