From 9a556d2639e89cc34e21a4f392edcda6cf4d962b Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 26 Dec 2022 08:57:01 +0100 Subject: [PATCH] Remove all mac conflicts --- .github/workflows/ci.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3fa06951d..608565fdc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,8 +149,18 @@ jobs: run: | brew update # homebrew fails to update python due to unlinking failures - # Ignore brew update failures - https://github.com/actions/runner-images/issues/6817 - brew link --overwrite python@3.10 python@3.11 + # 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/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/python3 || true + rm /usr/local/bin/python3.11 || true + rm /usr/local/bin/python3-config || true + rm /usr/local/bin/python3.11-config || true + brew install hdf5 c-blosc python -m pip install --upgrade pip wheel export LD_LIBRARY_PATH=${HOME}/dependencies/lib:$LD_LIBRARY_PATH