diff --git a/action.yml b/action.yml index 14ad6b5..176401f 100644 --- a/action.yml +++ b/action.yml @@ -94,6 +94,8 @@ runs: HOMEBREW_NO_INSTALL_UPGRADE: "1" HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1" run: | + brew unlink python@3 || true + brew uninstall python@3 || true brew install python@3 || true brew link --overwrite --force python@3 shell: bash