Skip to content

Commit 28a5efc

Browse files
committed
don't install pandoc either
it should not be needed
1 parent 4d4aa87 commit 28a5efc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ jobs:
5959
version: ${{ matrix.config.quarto || 'release' }}
6060
tinytex: true
6161

62-
63-
# replace with setting up QUARTO Pandoc for rmarkdown
64-
- uses: r-lib/actions/setup-pandoc@v2
65-
6662
- uses: r-lib/actions/setup-r@v2
6763
with:
6864
r-version: ${{ matrix.config.r }}
@@ -75,6 +71,7 @@ jobs:
7571
extra-packages: any::rcmdcheck, local::.
7672
needs: check
7773
install-quarto: false
74+
install-pandoc: false
7875

7976
- uses: r-lib/actions/check-r-package@v2
8077
with:

0 commit comments

Comments
 (0)