Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgkwill authored Jul 26, 2024
1 parent 0f087cd commit 8424804
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ runs:
elif [ "$RUNNER_OS" == "Windows" ]; then
python3 -m pip install --user pipx
elif [ "$RUNNER_OS" == "macOS" ]; then
brew unlink python@3.9 || True
brew unlink python@3.8 || True
brew link --force python@3.12 || True
brew install pipx
fi
python3 -m pipx ensurepath
Expand Down

0 comments on commit 8424804

Please sign in to comment.