yitao-li commented on a change in pull request #535:
URL: https://github.com/apache/incubator-sedona/pull/535#discussion_r684469068
##########
File path: .github/workflows/r.yml
##########
@@ -40,6 +40,10 @@ jobs:
env:
SPARK_VERSION: ${{ matrix.spark }}
SCALA_VERSION: ${{ matrix.scala }}
+ # Ensure the temporary auth token for this workflow, instead of the
+ # bundled GitHub PAT from the `remotes` package is used for
+ # `remotes::install_github()`
+ GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Review comment:
OK. Looks like this definitely fixes all of the R package installation
failure(s) from existing R builds.
--
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]