-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Fix issue due to ubuntu-latest not containing R #259
Conversation
ℹ️ Modified WorkflowsThis pull request contains modified workflow files and no preview will be created. Workflow files modified:
If this is not from a trusted source, please inspect the changes for any malicious content. |
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.
Thanks for this @aturner-epcc, pinning to 22.04 which is still a Long Term Support Ubuntu release makes sense for now.
Auto-generated via `{sandpaper}` Source : d131a39 Branch : md-outputs Author : GitHub Actions <actions@github.com> Time : 2025-02-03 18:01:29 +0000 Message : markdown source builds Auto-generated via `{sandpaper}` Source : db05dbf Branch : main Author : Jeremy Cohen <jcohen02@users.noreply.github.com> Time : 2025-02-03 17:59:21 +0000 Message : Merge pull request #259 from aturner-epcc/main Fix issue due to ubuntu-latest not containing R
Auto-generated via `{sandpaper}` Source : db05dbf Branch : main Author : Jeremy Cohen <jcohen02@users.noreply.github.com> Time : 2025-02-03 17:59:21 +0000 Message : Merge pull request carpentries-incubator#259 from aturner-epcc/main Fix issue due to ubuntu-latest not containing R
Auto-generated via `{sandpaper}` Source : 4da0286 Branch : md-outputs Author : GitHub Actions <actions@github.com> Time : 2025-02-03 18:30:59 +0000 Message : markdown source builds Auto-generated via `{sandpaper}` Source : db05dbf Branch : main Author : Jeremy Cohen <jcohen02@users.noreply.github.com> Time : 2025-02-03 17:59:21 +0000 Message : Merge pull request carpentries-incubator#259 from aturner-epcc/main Fix issue due to ubuntu-latest not containing R
Auto-generated via `{sandpaper}` Source : d131a39 Branch : md-outputs Author : GitHub Actions <actions@github.com> Time : 2025-02-03 18:01:29 +0000 Message : markdown source builds Auto-generated via `{sandpaper}` Source : db05dbf Branch : main Author : Jeremy Cohen <jcohen02@users.noreply.github.com> Time : 2025-02-03 17:59:21 +0000 Message : Merge pull request #259 from aturner-epcc/main Fix issue due to ubuntu-latest not containing R
Auto-generated via `{sandpaper}` Source : 4da0286 Branch : md-outputs Author : GitHub Actions <actions@github.com> Time : 2025-02-03 18:30:59 +0000 Message : markdown source builds Auto-generated via `{sandpaper}` Source : db05dbf Branch : main Author : Jeremy Cohen <jcohen02@users.noreply.github.com> Time : 2025-02-03 17:59:21 +0000 Message : Merge pull request carpentries-incubator#259 from aturner-epcc/main Fix issue due to ubuntu-latest not containing R
Auto-generated via `{sandpaper}` Source : d131a39 Branch : md-outputs Author : GitHub Actions <actions@github.com> Time : 2025-02-03 18:01:29 +0000 Message : markdown source builds Auto-generated via `{sandpaper}` Source : db05dbf Branch : main Author : Jeremy Cohen <jcohen02@users.noreply.github.com> Time : 2025-02-03 17:59:21 +0000 Message : Merge pull request #259 from aturner-epcc/main Fix issue due to ubuntu-latest not containing R
Auto-generated via `{sandpaper}` Source : 4da0286 Branch : md-outputs Author : GitHub Actions <actions@github.com> Time : 2025-02-03 18:30:59 +0000 Message : markdown source builds Auto-generated via `{sandpaper}` Source : db05dbf Branch : main Author : Jeremy Cohen <jcohen02@users.noreply.github.com> Time : 2025-02-03 17:59:21 +0000 Message : Merge pull request carpentries-incubator#259 from aturner-epcc/main Fix issue due to ubuntu-latest not containing R
Auto-generated via `{sandpaper}` Source : d131a39 Branch : md-outputs Author : GitHub Actions <actions@github.com> Time : 2025-02-03 18:01:29 +0000 Message : markdown source builds Auto-generated via `{sandpaper}` Source : db05dbf Branch : main Author : Jeremy Cohen <jcohen02@users.noreply.github.com> Time : 2025-02-03 17:59:21 +0000 Message : Merge pull request #259 from aturner-epcc/main Fix issue due to ubuntu-latest not containing R
Auto-generated via `{sandpaper}` Source : 4da0286 Branch : md-outputs Author : GitHub Actions <actions@github.com> Time : 2025-02-03 18:30:59 +0000 Message : markdown source builds Auto-generated via `{sandpaper}` Source : db05dbf Branch : main Author : Jeremy Cohen <jcohen02@users.noreply.github.com> Time : 2025-02-03 17:59:21 +0000 Message : Merge pull request carpentries-incubator#259 from aturner-epcc/main Fix issue due to ubuntu-latest not containing R
Auto-generated via `{sandpaper}` Source : d131a39 Branch : md-outputs Author : GitHub Actions <actions@github.com> Time : 2025-02-03 18:01:29 +0000 Message : markdown source builds Auto-generated via `{sandpaper}` Source : db05dbf Branch : main Author : Jeremy Cohen <jcohen02@users.noreply.github.com> Time : 2025-02-03 17:59:21 +0000 Message : Merge pull request #259 from aturner-epcc/main Fix issue due to ubuntu-latest not containing R
As noted in the open issues:
carpentries/sandpaper#605
and:
esciencecenter-digital-skills/geospatial-python#128
The Github runner action in sandpaper-main.yaml needs to be pnned to Ubuntu 22.04 rather than ubuntu-latest for the lesson build process to work. This PR implements the required change.