Skip to content

Commit

Permalink
Update R-CMD-check.yaml to include conda installation
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanspeh authored Apr 23, 2024
1 parent d2bf64d commit e778a34
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,8 @@ jobs:
with:
upload-snapshots: true
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
- name: install conda
run: |
install.packages('reticulate')
reticulate::install_miniconda()
shell: Rscript {0}

0 comments on commit e778a34

Please sign in to comment.