wjones127 commented on code in PR #13542:
URL: https://github.com/apache/arrow/pull/13542#discussion_r975472686


##########
.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:
   Ah I had created this earlier 
https://issues.apache.org/jira/browse/ARROW-17149
   
   ```suggestion
         # TODO(ARROW-17149): figure out why the GCS tests are hanging on 
Windows
         # - name: Install Google Cloud Storage Testbench
         #   shell: bash
         #   run: ci/scripts/install_gcs_testbench.sh default
   ```



-- 
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]

Reply via email to