Skip to content

Commit

Permalink
ci: clean disk on github runners (#431)
Browse files Browse the repository at this point in the history
ci: increase disk space in github runners

Signed-off-by: Callahan Kovacs <[email protected]>
  • Loading branch information
mr-cal authored Oct 21, 2023
1 parent 3da8279 commit 3e5a1df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ jobs:
cache: 'pip'
- name: Configure environment
run: |
echo "::group::clean disk"
# removing the android sdk and libraries doubles available disk space from 14GB to 28GB
sudo rm -rf /usr/local/lib/android/
echo "::endgroup::"
echo "::group::pip install"
python -m pip install 'tox>=4.6'
echo "::endgroup::"
Expand Down

0 comments on commit 3e5a1df

Please sign in to comment.