Skip to content

Commit

Permalink
Added setup of tinytex in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
neuroimaginador committed May 2, 2023
1 parent 6841e3a commit 53cec92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}

- uses: r-lib/actions/setup-pandoc@v2
- uses: r-lib/actions/setup-tinytex@v2
- run: tlmgr --version

- name: Query dependencies
run: |
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:

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

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

- run: tlmgr --version

- name: Query dependencies
run: |
install.packages('remotes')
Expand Down

0 comments on commit 53cec92

Please sign in to comment.