Skip to content

Commit

Permalink
GH-44373: [Packaging][Java] Fix brew link to Python 3.13 on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Oct 10, 2024
1 parent 6fe0ff0 commit 42b2409
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/tasks/java-jars/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
for python_package in $(brew list | grep python@); do
brew install --overwrite ${python_package}
done
brew link --overwrite [email protected]
brew bundle --file=arrow/cpp/Brewfile
# We want to link aws-sdk-cpp statically but Homebrew's
Expand Down

0 comments on commit 42b2409

Please sign in to comment.