kou commented on code in PR #44129: URL: https://github.com/apache/arrow/pull/44129#discussion_r1760919225
########## dev/tasks/python-wheels/github.osx.yml: ########## @@ -122,6 +122,11 @@ jobs: python-version: 3.12 update-environment: false + - name: Install MinIO + run: | + $(brew --prefix bash)/bin/bash \ + arrow/ci/scripts/install_minio.sh latest /usr/local + Review Comment: Could you move this to after "Install GCS testbench" or before "Set up Python for GCS testbench"? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org