Skip to content

Commit

Permalink
switch using PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed Nov 22, 2024
1 parent c708509 commit 3da25c5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,7 @@ jobs:
- name: Install Python 3.12
run: |
brew install [email protected]
brew unlink [email protected]
brew unlink [email protected]
brew link --force [email protected]
echo "$(brew --prefix [email protected])/libexec/bin" >> $GITHUB_PATH
hash -r
python -m site
ls -all $(which python)
Expand Down

0 comments on commit 3da25c5

Please sign in to comment.