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.
1 parent 6703d60 commit 7de64dcCopy full SHA for 7de64dc
.github/workflows/main.yml
@@ -110,7 +110,8 @@ jobs:
110
run: |
111
install_cmdstan -h
112
install_cxx_toolchain -h
113
- python -m cmdstanpy.install_cmdstan --compiler --version ${{ needs.get-cmdstan-version.outputs.version }} --cores 2
+ $env:TBB_CXXFLAGS = "-D_UCRT"
114
+ python -m cmdstanpy.install_cmdstan --version ${{ needs.get-cmdstan-version.outputs.version }} --cores 2
115
echo "TBB_CXXFLAGS+=-D_UCRT" >> ~/.cmdstan/cmdstan-${{ needs.get-cmdstan-version.outputs.version }}/make/local
116
117
- name: Run tests
0 commit comments