Skip to content

Commit

Permalink
Ignore a vignette failure on legacy windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Sep 24, 2023
1 parent c6a06c0 commit 8927fef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
config:
- {os: macOS-latest, r: 'release'}
- {os: windows-latest, r: '4.1'}
- {os: windows-latest, r: '4.1', check-args: 'c("--no-manual", "--ignore-vignettes", "--run-donttest")'}
- {os: windows-latest, r: '4.2'}
- {os: windows-latest, r: 'release'}
- {os: windows-latest, r: 'devel'}
Expand Down Expand Up @@ -46,4 +46,4 @@ jobs:

- uses: r-lib/actions/check-r-package@v2
with:
args: 'c("--no-manual", "--as-cran", "--run-donttest")'
args: ${{ matrix.config.check-args || 'c("--no-manual", "--as-cran", "--run-donttest")' }}

0 comments on commit 8927fef

Please sign in to comment.