yutannihilation commented on code in PR #117:
URL: https://github.com/apache/sedona-db/pull/117#discussion_r2365945150
##########
.github/workflows/r.yml:
##########
@@ -76,19 +86,15 @@ jobs:
# Update this key to force a new cache
prefix-key: "r-v1"
- - name: Install build dependencies
- run: |
- R -e 'install.packages(c("nanoarrow", "geoarrow"))'
Review Comment:
It seems `install.packages()` doesn't work on Windows before setting CRAN
mirror. So, just run `setup-r-dependencies` action instead.
--
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]