kevinjqliu commented on code in PR #868:
URL: https://github.com/apache/arrow-java/pull/868#discussion_r2408820394
##########
.github/workflows/rc.yml:
##########
@@ -233,10 +229,9 @@ jobs:
# tries to replace /usr/local/bin/2to3 and so on and causes
# a conflict error.
brew update
- for python_package in $(brew list | grep python@ | sort -r); do
+ for python_package in $(brew list | grep python@); do
brew install --overwrite ${python_package}
done
- brew install --overwrite python3
Review Comment:
yea makes sense, good catch!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]