Skip to content

Commit

Permalink
Check v2.35-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed May 23, 2024
1 parent 91e4bf6 commit 75d62da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check-wsl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ name: Unit tests - WSL Backend
push:
branches:
- master
- v2.35-rc3-check
pull_request:
branches:
- master
Expand Down Expand Up @@ -61,7 +62,7 @@ jobs:
- name: Install cmdstan
run: |
cmdstanr::check_cmdstan_toolchain(fix = TRUE)
cmdstanr::install_cmdstan(cores = 2, wsl = TRUE, overwrite = TRUE)
cmdstanr::install_cmdstan(cores = 2, wsl = TRUE, overwrite = TRUE, version = "2.35.0-rc3")
shell: Rscript {0}

- name: Session info
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ name: Unit tests
push:
branches:
- master
- v2.35-rc3-check
pull_request:
branches:
- master
Expand Down Expand Up @@ -69,11 +70,7 @@ 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, version = "2.35.0-rc3")
shell: Rscript {0}

- name: Session info
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/Test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ name: Test coverage
push:
branches:
- master
- v2.35-rc3-check
pull_request:
branches:
- master
Expand Down Expand Up @@ -52,7 +53,7 @@ jobs:
- name: Install cmdstan
run: |
cmdstanr::check_cmdstan_toolchain(fix = TRUE)
cmdstanr::install_cmdstan(cores = 2)
cmdstanr::install_cmdstan(cores = 2, version = "2.35.0-rc3")
shell: Rscript {0}

- name: Test coverage (Linux)
Expand Down

0 comments on commit 75d62da

Please sign in to comment.