From 63d5fed045edd36d8b0fe5a8b4e46e8b9d61852d Mon Sep 17 00:00:00 2001 From: Erica Date: Tue, 8 Oct 2024 15:54:51 +0200 Subject: [PATCH] CI: Try installing python@3.12 before imagemagick --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index db379e8..46b9bbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,8 +86,7 @@ environment = { MACOSX_DEPLOYMENT_TARGET="13.0" } before-all = [ "NONINTERACTIVE=1 /bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"", - "sudo rm /usr/local/bin/2to3", - "brew install --force --overwrite make imagemagick libtool pkg-config glib automake", + "brew install --force --overwrite make python@3.12 imagemagick libtool pkg-config glib automake", "ln -s $(which glibtoolize) /usr/local/bin/libtoolize", "git clone --branch $CHAFA_VERSION https://github.com/hpjansson/chafa libchafa_src", "cd libchafa_src",