-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
cat("::group::Register Repositories\n") fails #605
Comments
@chrbknudsen can you point us to your repository and workflow where this fails? |
I found an example in one of your repositories. This is most likely because you are using ubuntu 24.04. Could you roll back to 22.04 (jammy) and try again? 24.04 is known to be very buggy at the moment so we would recommend sticking to 22.04 for a few more months at least to allow issues to be resolved in the main OS. From this information about 24.04 runners, a lot of software isn't available due to "maintenance reasons". |
Thank you! That appears to solve the problem. |
That's correct @chrbknudsen - this would affect all future lesson builds so we've raised a PR to revert to 22.04 in the sandpaper workflows. Thank you for raising this issue! |
I am having the same issue with building a modified lesson (https://github.com/btmoyers/bash-genomics) which worked in August 2024. Any suggestions for modifications I can make on my own end? |
Nevermind! I followed through to your workaround and just copied it over. Thanks! |
Need to pin the Ubuntu version as 24.04 doesn't have Rscript. See carpentries/sandpaper#605 and carpentries/sandpaper#606
Change install-r to true to see if fixes build issue as per carpentries/sandpaper#605
Removes automated build since the workshop is no longer rapidly changing and pins to a functional ubuntu version. carpentries/sandpaper#605 Fixes #13
Pins to a version of ubuntu that is compatible with the sandpaper package used to render the lesson. Removes cron setting from GitHub actions since the lesson is no longer rapidly changing. carpentries/sandpaper#605 Fixes #13
The build full site workflow fails right after
cat("::group::Install remotes\n")
With the message:
Error: Rscript: command not found
Setting install-r: to true in sandpaper-main.yaml resolves the issue.
The text was updated successfully, but these errors were encountered: