Skip to content

Commit

Permalink
CI: install olefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanbass committed Nov 1, 2023
1 parent b1e3e3f commit 2b3d30c
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'), pip=TRUE)
reticulate::conda_install('r-reticulate', packages = c('aston', "olefile"), pip=TRUE)
shell: Rscript {0}

- if: runner.os == 'macOS'
Expand Down

0 comments on commit 2b3d30c

Please sign in to comment.