From 3da25c524c9c0641efecda07c560af921565d84f Mon Sep 17 00:00:00 2001 From: Arun Babu Neelicattu Date: Fri, 22 Nov 2024 15:22:29 +0100 Subject: [PATCH] switch using PATH --- .github/workflows/installer.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml index 47a911a..1ed29d6 100644 --- a/.github/workflows/installer.yml +++ b/.github/workflows/installer.yml @@ -168,9 +168,7 @@ jobs: - name: Install Python 3.12 run: | brew install python@3.12 - brew unlink python@3.13 - brew unlink python@3.12 - brew link --force python@3.12 + echo "$(brew --prefix python@3.12)/libexec/bin" >> $GITHUB_PATH hash -r python -m site ls -all $(which python)