Skip to content

Commit

Permalink
Revert back to basic yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
graemeleehickey committed Dec 30, 2024
1 parent 6209bcc commit fcb3977
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- uses: actions/checkout@v4

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

- uses: r-lib/actions/setup-r@v2
Expand All @@ -45,16 +45,7 @@ jobs:
extra-packages: any::rcmdcheck
needs: check

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

- name: Install LaTeX packages
- run: |
tlmgr update --self
tlmgr install ae amsmath amsfonts grfext setspace enumitem hyperref biblatex
tlmgr list --only-installed
- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'

0 comments on commit fcb3977

Please sign in to comment.