Skip to content

Commit

Permalink
Install Quarto in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
csoneson committed Jan 14, 2025
1 parent 90625ff commit 2a84f3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
with:
bioc-version: ${{ matrix.config.bioc }}

- name: Install Quarto
uses: quarto-dev/quarto-actions/setup@v2

- name: Install remotes and rmarkdown
run: |
install.packages(c('remotes', 'rmarkdown'))
Expand Down

0 comments on commit 2a84f3d

Please sign in to comment.