Skip to content

Commit

Permalink
Fijar versión de cmdstan
Browse files Browse the repository at this point in the history
  • Loading branch information
felipegonzalez committed Jan 17, 2024
1 parent 64cbc8e commit c3051fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quarto-book-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install cmdstan
run: |
cmdstanr::check_cmdstan_toolchain(fix = TRUE)
cmdstanr::install_cmdstan(cores = 2)
cmdstanr::install_cmdstan(cores = 2, version = "2.34.0")
shell: Rscript {0}


Expand Down

0 comments on commit c3051fa

Please sign in to comment.