Skip to content

Commit

Permalink
update R version
Browse files Browse the repository at this point in the history
  • Loading branch information
iramosgutierrez committed Jan 30, 2025
1 parent 1b43f91 commit 4dff562
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v4

- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
install-r: false ## will use frozen R version (to save time) unless set to true

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
Expand Down

0 comments on commit 4dff562

Please sign in to comment.