From b4e8122fd309ba7408f187483a5bc4bf0d86ca5f Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 19 Dec 2023 19:55:18 +0100 Subject: [PATCH] Attempt to properly remove 3.12 symlinks --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4977d0767..d96e6a0e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -164,14 +164,18 @@ jobs: # https://github.com/actions/runner-images/issues/6817 rm /usr/local/bin/2to3 || true rm /usr/local/bin/2to3-3.11 || true + rm /usr/local/bin/2to3-3.12 || true rm /usr/local/bin/idle3 || true rm /usr/local/bin/idle3.11 || true rm /usr/local/bin/pydoc3 || true rm /usr/local/bin/pydoc3.11 || true + rm /usr/local/bin/pydoc3.12 || true rm /usr/local/bin/python3 || true rm /usr/local/bin/python3.11 || true + rm /usr/local/bin/python3.12 || true rm /usr/local/bin/python3-config || true rm /usr/local/bin/python3.11-config || true + rm /usr/local/bin/python3.12-config || true brew install hdf5 c-blosc libomp python -m pip install --upgrade pip wheel