Skip to content

Commit

Permalink
add reticulate to GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
brtarran committed Jul 19, 2023
1 parent 6bb69b2 commit ade1ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/render_pdf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Install R packages
run: |
install.packages(c("knitr", "rmarkdown", "quarto", "stringr"))
install.packages(c("knitr", "rmarkdown", "quarto", "stringr", "reticulate"))
shell: Rscript {0}

- name: Render PDF
Expand Down

0 comments on commit ade1ae0

Please sign in to comment.