jonkeane commented on code in PR #45964:
URL: https://github.com/apache/arrow/pull/45964#discussion_r2372161476


##########
ci/scripts/r_test.sh:
##########
@@ -90,6 +90,7 @@ export TEXMFVAR=/tmp/texmf-var
 # Make sure we aren't writing to the home dir (CRAN _hates_ this but there is 
no official check)
 BEFORE=$(ls -alh ~/)
 
+export RETICULATE_PYTHON="$(which python3)"

Review Comment:
   This is unrelated to the actual change in binary hosting, yeah? I'm not 
opposed to it, but curious about it.



##########
dev/tasks/macros.jinja:
##########
@@ -261,8 +261,8 @@ env:
   - name: Get macOS {{ arch }} OpenSSL {{ openssl_version }} binary
     uses: actions/download-artifact@v4
     with:
-      name: r-lib__libarrow__bin__darwin-{{arch}}-openssl-{{ openssl_version }}
-      path: repo/libarrow/bin/darwin-{{ arch }}-openssl-{{ openssl_version }}
+      name: r-libarrow-darwin-{{ arch }}-openssl-{{ openssl_version }}
+      path: repo/libarrow

Review Comment:
   So much cleaner, thank you!



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

Reply via email to