Skip to content

Commit aa445ae

Browse files
committed
try skipping vignette using RStan on GHA Windows runs
1 parent eba3bc5 commit aa445ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vignettes/visual-mcmc-diagnostics.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ output:
66
rmarkdown::html_vignette:
77
toc: true
88
toc_depth: 3
9-
params:
10-
EVAL: !r identical(Sys.getenv("NOT_CRAN"), "true")
9+
params:
10+
EVAL: !r identical(Sys.getenv("NOT_CRAN"), "true") && !(isTRUE(as.logical(Sys.getenv("CI"))) && .Platform$OS.type == "windows")
1111
vignette: >
1212
%\VignetteIndexEntry{Visual MCMC diagnostics}
1313
%\VignetteEngine{knitr::rmarkdown}

0 commit comments

Comments
 (0)