We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc9d1ef + 875aa41 commit f945d50Copy full SHA for f945d50
1 file changed
.github/workflows/main.yml
@@ -96,14 +96,14 @@ jobs:
96
run: |
97
install_cmdstan -h
98
install_cxx_toolchain -h
99
- python -m cmdstanpy.install_cmdstan
+ python -m cmdstanpy.install_cmdstan --version ${{ needs.get-cmdstan-version.outputs.version }}
100
101
- name: Install CmdStan (Windows)
102
if: matrix.os == 'windows-latest'
103
104
105
106
- python -m cmdstanpy.install_cmdstan --compiler
+ python -m cmdstanpy.install_cmdstan --compiler --version ${{ needs.get-cmdstan-version.outputs.version }}
107
108
- name: Run tests
109
0 commit comments