From 98ad0ea9348d76d4851da412c6325113e976101a Mon Sep 17 00:00:00 2001 From: Douglas Camata <159076+douglascamata@users.noreply.github.com> Date: Thu, 14 Mar 2024 00:48:22 +0100 Subject: [PATCH] Try to be less hacky with the Python install Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com> --- action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/action.yml b/action.yml index eeeed1f..db88a8c 100644 --- a/action.yml +++ b/action.yml @@ -96,8 +96,7 @@ runs: run: | brew unlink python@3 || true brew uninstall --ignore-dependencies python@3 || true - brew install --overwrite --force python@3 || true - brew link --overwrite --force python@3 + brew install --overwrite --force python@3 shell: bash - name: Install QEMU, Docker client, and Docker Compose env: