Skip to content
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

Fix failing action #13

Closed
johnbradley opened this issue Feb 18, 2025 · 1 comment · Fixed by #14
Closed

Fix failing action #13

johnbradley opened this issue Feb 18, 2025 · 1 comment · Fixed by #14

Comments

@johnbradley
Copy link
Collaborator

The GitHub Action for this repo keeps failing every so often. There is a cron setting in the github action for this repo so actions continue to run even though the code hasn't changed in two years. Recently this cron job started failing with an error:

Error: Rscript: command not found

The github actions were part of the software carpentry template.
According to this issue we can fix by changing
runs-on: ubuntu-latest
to
runs-on: ubuntu-22.04.

@johnbradley
Copy link
Collaborator Author

Error screenshot:
Image

johnbradley added a commit that referenced this issue Feb 18, 2025
Removes automated build since the workshop is no longer rapidly changing and pins to a functional ubuntu version.
carpentries/sandpaper#605

Fixes #13
johnbradley added a commit that referenced this issue Feb 18, 2025
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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant