Skip to content

Commit 3e43f86

Browse files
committed
Force a more recent version of rstan so builds don't fail
1 parent 724a724 commit 3e43f86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- uses: r-lib/actions/setup-r-dependencies@v2
4646
with:
47-
extra-packages: any::rcmdcheck, any::BH, any::RcppEigen, any::vdiffr, any::cmdstanr
47+
extra-packages: any::rcmdcheck, any::BH, any::RcppEigen, any::vdiffr, any::cmdstanr, any::rstan@>=2.36
4848
needs: check
4949

5050
- name: Install CmdStan

0 commit comments

Comments
 (0)