You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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#605Fixes#13
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:
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
.The text was updated successfully, but these errors were encountered: