Skip to content

Commit 7941bfd

Browse files
committed
Add also to other workflow using quarto
1 parent bb1957e commit 7941bfd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/no-pandoc.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
needs: check
2828

2929
- uses: r-lib/actions/setup-tinytex@v2
30+
env:
31+
TINYTEX_INSTALLER: TinyTeX
3032

3133
- run: sudo apt-get --purge remove pandoc
3234
- run: rm -rf vignettes

.github/workflows/test-coverage.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
needs: coverage
3131

3232
- uses: r-lib/actions/setup-tinytex@v2
33+
env:
34+
TINYTEX_INSTALLER: TinyTeX
3335

3436
- name: Test coverage
3537
run: |

0 commit comments

Comments
 (0)