Skip to content

Commit

Permalink
add yaml install
Browse files Browse the repository at this point in the history
  • Loading branch information
linogaliana committed Oct 17, 2024
1 parent aac9a57 commit 8d06db2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bookdown-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Install and activate renv
run: |
install.packages("renv")
install.packages("yaml")
renv::activate()
shell: Rscript {0}
- name: Get R and OS version
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
- name: Install and activate renv
run: |
install.packages("renv")
install.packages("yaml")
renv::activate()
shell: Rscript {0}
- name: Get R and OS version
Expand Down

0 comments on commit 8d06db2

Please sign in to comment.