We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb1957e commit 7941bfdCopy full SHA for 7941bfd
.github/workflows/no-pandoc.yaml
@@ -27,6 +27,8 @@ jobs:
27
needs: check
28
29
- uses: r-lib/actions/setup-tinytex@v2
30
+ env:
31
+ TINYTEX_INSTALLER: TinyTeX
32
33
- run: sudo apt-get --purge remove pandoc
34
- run: rm -rf vignettes
.github/workflows/test-coverage.yaml
@@ -30,6 +30,8 @@ jobs:
needs: coverage
35
36
- name: Test coverage
37
run: |
0 commit comments