File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 8484
8585 - name : Delete precompiled header (MacOS)
8686 if : matrix.os == 'macos-latest' && steps.cache-cmdstan.outputs.cache-hit == 'true'
87- run : rm -f ~/.cmdstan/cmdstan-${{ needs.get-cmdstan-version.outputs.version }}/stan/src/stan/model/*.hpp.gch
87+ run : rm -rf ~/.cmdstan/cmdstan-${{ needs.get-cmdstan-version.outputs.version }}/stan/src/stan/model/*.hpp.gch
8888
8989 - name : Install CmdStan (Linux, macOS)
9090 if : matrix.os != 'windows-latest'
Original file line number Diff line number Diff line change @@ -110,6 +110,11 @@ install_cmdstan
110110
111111.. autofunction :: cmdstanpy.install_cmdstan
112112
113+ rebuild_cmdstan
114+ ===============
115+
116+ .. autofunction :: cmdstanpy.rebuild_cmdstan
117+
113118set_cmdstan_path
114119================
115120
You can’t perform that action at this time.
0 commit comments