Skip to content

Commit b47c33e

Browse files
committed
kaleido 1.0 seems to be mostly working, but it seems broken for some tests :sigh:
1 parent a94dd8b commit b47c33e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ jobs:
7474
- name: Install kaleido
7575
if: matrix.config.visual_tests == true
7676
run: |
77-
Rscript -e 'library(reticulate); use_python(Sys.which("python")); py_install(c("kaleido", "plotly"))'
77+
# We pin kaleido to v0.2.1 here since >=v1.0 doesn't appear to be correctly rendering some plots
78+
Rscript -e 'library(reticulate); use_python(Sys.which("python")); py_install(c("kaleido==0.2.1", "plotly"))'
7879
7980
# Run test() before R CMD check since, for some reason, rcmdcheck::rcmdcheck() skips vdiffr tests
8081
- name: Run Tests

0 commit comments

Comments
 (0)