Skip to content

Commit

Permalink
CI needs 2.35 RC for stock rtools
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed May 22, 2024
1 parent 700cb62 commit 2ab63d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ jobs:
- name: Install cmdstan
run: |
cmdstanr::check_cmdstan_toolchain(fix = TRUE)
if (Sys.getenv("CMDSTANR_USE_RTOOLS") == "TRUE") {
cmdstanr::install_cmdstan(cores = 2, version = "2.35.0-rc2")
} else {
cmdstanr::install_cmdstan(cores = 2)
}
cmdstanr::install_cmdstan(cores = 2)
shell: Rscript {0}

Expand Down

0 comments on commit 2ab63d8

Please sign in to comment.