nealrichardson commented on code in PR #13542:
URL: https://github.com/apache/arrow/pull/13542#discussion_r975147068
##########
.github/workflows/r.yml:
##########
@@ -275,6 +275,19 @@ jobs:
working-directory: 'r'
extra-packages: |
any::rcmdcheck
+ - name: Install MinIO
+ shell: bash
+ run: |
+ mkdir -p "$HOME/.local/bin"
+ curl \
+ --output "$HOME/.local/bin/minio.exe" \
+
https://dl.min.io/server/minio/release/windows-amd64/archive/minio.RELEASE.2022-05-26T05-48-41Z
+ chmod +x "$HOME/.local/bin/minio.exe"
+ echo "$HOME/.local/bin" >> $GITHUB_PATH
+ # TODO: figure out why the GCS tests are hanging
+ # - name: Install Google Cloud Storage Testbench
+ # shell: bash
+ # run: ci/scripts/install_gcs_testbench.sh default
Review Comment:
Is this something you're trying to solve in this PR?
--
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]