Skip to content

Commit

Permalink
Merge pull request #25 from ethanbass/ethanbass-patch-1
Browse files Browse the repository at this point in the history
CI: install rainbow
  • Loading branch information
ethanbass authored Dec 24, 2023
2 parents 7a55365 + 2911e02 commit 99cc7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 99cc7e9

Please sign in to comment.