Skip to content

Commit

Permalink
Fixes MacOS homebrew Python install
Browse files Browse the repository at this point in the history
  • Loading branch information
apbassett committed Nov 26, 2024
1 parent edd4acb commit 10d7beb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ jobs:
echo "Brew version: $(brew --version)"
echo "Brew python installs: $(brew list | grep python)"
if [ "${{ matrix.preset.arch }}" = "arm64" ]; then
brew unlink [email protected]
brew unlink [email protected]
brew link --force --overwrite [email protected]
Expand Down

0 comments on commit 10d7beb

Please sign in to comment.