Skip to content

Commit 02d921e

Browse files
committed
Test cache miss
1 parent 401a5b5 commit 02d921e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmdstanpy/install_cmdstan.py

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535

3636
EXTENSION = '.exe' if platform.system() == 'Windows' else ''
3737

38+
# test cache miss
39+
3840

3941
class CmdStanRetrieveError(RuntimeError):
4042
pass

0 commit comments

Comments
 (0)