-
Notifications
You must be signed in to change notification settings - Fork 344
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
Github Actions Can't Install Dev Version #394
Comments
I suspect the failure is happening because the bundled PAT is getting rate limited. I haven't seen this sort of problem for a while, which I suspect is because I'm relying on https://github.com/r-lib/actions/tree/v2-branch/setup-r-dependencies and generally |
I tried putting my PAT in, but it just gave me the same error: Error: Error: Failed to install 'rvest' from GitHub: The new github actions code that I used:
|
Can you try using pak instead? That's what we now use for all our github actions. |
Okay, I'm using pak and also downloading the most stable version with read html live. It downloads, but I get another error. Making a new issue. |
How would I use this in github actions? Trying to get the package two different ways, but they both fail with github actions. I can run it locally with no issue using install_dev().
I'm getting an error with > remotes::install_github("tidyverse/rvest")
Error: Error: Failed to install 'rvest' from GitHub: and an error with remotes::install_dev("rvest")
Error: Error: Failed to install 'unknown package' from GitHub:
The url in the picture says:
cannot open URL 'https://api.github.com/repos/tidyverse/rvest/contents/DESCRIPTION?ref=HEAD'
Don't think the Github PAT is the issue here.
The relevant github actions code:
The text was updated successfully, but these errors were encountered: