Update Android Python versions (#2687)

* Update Android Python versions

* Restore "free up disk space" step for non-Android jobs only
This commit is contained in:
Malcolm Smith
2025-12-09 00:10:36 -05:00
committed by GitHub
parent 0cb04c05db
commit 7288bbed76
2 changed files with 7 additions and 8 deletions
+3 -4
View File
@@ -101,13 +101,12 @@ jobs:
- uses: astral-sh/setup-uv@v7
- name: Free up disk space
if: runner.os == 'Linux'
if: runner.os == 'Linux' && matrix.test_select != 'android'
run: |
docker system prune -a -f
sudo rm -rf $ANDROID_HOME/ndk/{26,28}.* /opt/hostedtoolcache/CodeQL \
sudo rm -rf $ANDROID_HOME/ndk /opt/hostedtoolcache/CodeQL \
/usr/local/lib/node_modules /usr/local/share/chromium \
/usr/local/share/powershell
df -h
df -m
# for oci_container unit tests
- name: Set up QEMU