Skip to content

Commit f945d50

Browse files
authored
Merge pull request #528 from stan-dev/gha-version
Specify version to install in GHA
2 parents dc9d1ef + 875aa41 commit f945d50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,14 @@ jobs:
9696
run: |
9797
install_cmdstan -h
9898
install_cxx_toolchain -h
99-
python -m cmdstanpy.install_cmdstan
99+
python -m cmdstanpy.install_cmdstan --version ${{ needs.get-cmdstan-version.outputs.version }}
100100
101101
- name: Install CmdStan (Windows)
102102
if: matrix.os == 'windows-latest'
103103
run: |
104104
install_cmdstan -h
105105
install_cxx_toolchain -h
106-
python -m cmdstanpy.install_cmdstan --compiler
106+
python -m cmdstanpy.install_cmdstan --compiler --version ${{ needs.get-cmdstan-version.outputs.version }}
107107
108108
- name: Run tests
109109
run: |

0 commit comments

Comments
 (0)