-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-31587][R][INFRA] Uses R 4.0.0 in Github Actions #28380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
There's another reference to this in |
dongjoon-hyun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the investigation and quick fix, @HyukjinKwon . I also noticed the failures are consistent. Let see the GitHub Action result~
|
FYI, I checked the official README. |
|
Yes .. I just checked too. Let me investigate a bit more. |
5dc15cd to
7203521
Compare
|
Thank you so much. Although I have no clue yet, Ubuntu OS might be changed by GitHub Action. Both Ubuntu and R released a new version. |
|
Yup, maybe it just needs some time to sync. Thanks for pointing these out @MichaelChirico and @dongjoon-hyun. |
|
While we're in this file, maybe update: to use Also https://cran.r-project.org/web/packages/lintr/index.html Maybe we can drop |
|
The problem here is that |
|
OK so it's not an easy fix, should be addressed in a separate PR. NVM for now. |
|
Closing in favour of #28382. We might still have to upgrade but the main issue it targets to fix is the build. |
|
Test build #121943 has finished for PR 28380 at commit
|
|
Test build #121945 has finished for PR 28380 at commit
|
What changes were proposed in this pull request?
Currently R installation seems being failed in Github Actions:
Why are the changes needed?
To fix the broken builds in Github Actions.
Does this PR introduce any user-facing change?
No, it's dev-only change.
How was this patch tested?
Github Actions build will test it out.