Skip to content

Commit

Permalink
run vignette build on macos on github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mjskay committed Sep 16, 2024
1 parent 48d0514 commit c867be2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
# running Windows and Mac with --no-examples to avoid spurious Stan crashes in examples
- {os: windows-latest, r: 'release', suffix: 'quick', not_cran: 'false', check_options: '"--no-build-vignettes", "--ignore-vignettes", "--no-examples"'}
- {os: macOS-latest, r: 'release', suffix: 'quick', not_cran: 'false', check_options: '"--no-build-vignettes", "--ignore-vignettes", "--no-examples"'}
- {os: macOS-latest, r: 'release', suffix: '', not_cran: 'true', check_options: 'NULL'}
- {os: ubuntu-latest, r: 'devel', suffix: '', not_cran: 'true', check_options: 'NULL', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest", http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release', suffix: '', not_cran: 'true', check_options: 'NULL', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest"}
- {os: ubuntu-latest, r: 'release', suffix: 'quick', not_cran: 'false', check_options: '"--no-build-vignettes", "--ignore-vignettes"', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest"}
Expand Down

0 comments on commit c867be2

Please sign in to comment.