Skip to content

Commit

Permalink
edit R CMD check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestguevarra committed Oct 21, 2024
1 parent a393858 commit 8bf7c8b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
- uses: quarto-dev/quarto-actions/setup@v2
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
version: ${{ matrix.config.quarto || 'release' }}
tinytex: true

- uses: r-lib/actions/setup-pandoc@v2

Expand Down

0 comments on commit 8bf7c8b

Please sign in to comment.