From 2911e02843ae4f613a5b4d35cdb749834eeefb4b Mon Sep 17 00:00:00 2001 From: Ethan Bass Date: Sun, 24 Dec 2023 00:39:21 -0500 Subject: [PATCH] Update r.yml install rainbow --- .github/workflows/r.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/r.yml b/.github/workflows/r.yml index d8407d7..41626b3 100644 --- a/.github/workflows/r.yml +++ b/.github/workflows/r.yml @@ -52,7 +52,7 @@ jobs: install.packages("chromConverterExtraTests", repos = "https://ethanbass.github.io/drat/") reticulate::install_miniconda() reticulate::conda_create('r-reticulate', packages = c('python==3.9', 'numpy', 'scipy', 'pandas')) - reticulate::conda_install('r-reticulate', packages = c('aston', "olefile"), pip=TRUE) + reticulate::conda_install('r-reticulate', packages = c('aston', "olefile", "rainbow-api"), pip=TRUE) shell: Rscript {0} - if: runner.os == 'macOS'