From 9ea8792d3cba24487f2927e1b86808fca56510f7 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 26 Dec 2022 08:45:02 +0100 Subject: [PATCH] Attempt brew fix --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77432cc9e..ef85d1bdd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,6 +149,7 @@ jobs: run: | # homebrew fails to update python 3.9.1 to 3.9.1.1 due to unlinking failure rm /usr/local/bin/2to3 || true + rm /usr/local/bin/2to3-3.11 || true # homebrew fails to update python from 3.9 to 3.10 due to another unlinking failure rm /usr/local/bin/idle3 || true rm /usr/local/bin/pydoc3 || true