File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 4141 matrix :
4242 python-version : [ "3.13" ]
4343 steps :
44+ - name : Inspect disk
45+ run : |
46+ df -h
47+ docker system df
48+ # https://stackoverflow.com/questions/30604846/docker-complains-about-no-space-left-on-device-how-to-clean-up
49+ - name : Prune docker system
50+ run : |
51+ docker system prune --all --force
52+ # https://www.dzombak.com/blog/2024/09/freeing-disk-space-on-github-actions-runners/
53+ - name : Free disk space
54+ run : |
55+ curl -fsSL https://raw.githubusercontent.com/kou/arrow/e49d8ae15583ceff03237571569099a6ad62be32/ci/scripts/util_free_space.sh | bash
56+ - name : Inspect disk again
57+ run : |
58+ df -h
59+ docker system df
4460 - uses : actions/checkout@v4
4561 with :
4662 repository : flatland-association/flatland-benchmarks
You can’t perform that action at this time.
0 commit comments