Skip to content

Commit

Permalink
force install yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
linogaliana committed Nov 6, 2024
1 parent 3832d92 commit 9793ae2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

- name: Install R dependency
run: |
Rscript -e "install.packages('yaml')"
- name: Install R
uses: r-lib/actions/setup-r@v2
with:
Expand Down

0 comments on commit 9793ae2

Please sign in to comment.