Skip to content

Commit

Permalink
Forgot to checkout rstan submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns authored Apr 22, 2024
1 parent 65a0334 commit 0ffaf33
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/check-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,14 @@ jobs:
with:
repository: stan-dev/rstan
ref: experimental
path: ~/rstan
path: rstan
submodules: 'recursive'

- name: Install Experimental StanHeaders and Experimental RStan
run: |
Sys.setenv(MAKEFLAGS=paste0("-j",parallel::detectCores()))
install.packages("~/rstan/StanHeaders", type = "source", repos = NULL)
install.packages("~/rstan/rstan/rstan", type = "source", repos = NULL)
install.packages("rstan/StanHeaders", type = "source", repos = NULL)
install.packages("rstan/rstan/rstan", type = "source", repos = NULL)
shell: Rscript {0}

- name: Check against Experimental StanHeaders and Experimental RStan
Expand Down

0 comments on commit 0ffaf33

Please sign in to comment.