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 84
84
85
85
- name : Delete precompiled header (MacOS)
86
86
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
88
88
89
89
- name : Install CmdStan (Linux, macOS)
90
90
if : matrix.os != 'windows-latest'
Original file line number Diff line number Diff line change @@ -110,6 +110,11 @@ install_cmdstan
110
110
111
111
.. autofunction :: cmdstanpy.install_cmdstan
112
112
113
+ rebuild_cmdstan
114
+ ===============
115
+
116
+ .. autofunction :: cmdstanpy.rebuild_cmdstan
117
+
113
118
set_cmdstan_path
114
119
================
115
120
You can’t perform that action at this time.
0 commit comments