Skip to content

Commit

Permalink
ci: set null device cairo
Browse files Browse the repository at this point in the history
try to get eliminate mysterious 0xa font warnings
  • Loading branch information
ethanbass authored Dec 11, 2023
1 parent f660429 commit fe4a466
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
Rscript -e "reticulate::conda_install('r-reticulate', 'python-kaleido')"
Rscript -e "reticulate::conda_install('r-reticulate', 'plotly', channel = 'plotly')"
Rscript -e "reticulate::use_miniconda('r-reticulate')"
Rscript -e "cowplot::set_null_device("cairo")"
- uses: r-lib/actions/check-r-package@v2
with:
Expand Down

0 comments on commit fe4a466

Please sign in to comment.