Skip to content

Commit

Permalink
Add reticulate and use 2 cores
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Nov 25, 2024
1 parent 7616aff commit 5bc6fbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,13 @@ jobs:
- name: "Setup R dependencies for Quarto's knitr engine"
uses: r-lib/actions/setup-r-dependencies@v2
with:
Ncpus: '2L'
packages:
any::knitr
any::rmarkdown
any::downlit
any::xml2
any::reticulate

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

0 comments on commit 5bc6fbb

Please sign in to comment.