Skip to content

Commit

Permalink
ci: ignore pandoc and r-install
Browse files Browse the repository at this point in the history
  • Loading branch information
statnmap authored Dec 8, 2023
1 parent ddfa8ab commit 8089494
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/R-CMD-check-centos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
steps:
- uses: actions/checkout@v3

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

- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true
# - uses: r-lib/actions/setup-r@v2
# with:
# r-version: ${{ matrix.config.r }}
# http-user-agent: ${{ matrix.config.http-user-agent }}
# use-public-rspm: true

- name: Set RSPM in Rprofile
run: |
Expand Down

0 comments on commit 8089494

Please sign in to comment.