Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/ethanbass/chromConverter int…
Browse files Browse the repository at this point in the history
…o dev
  • Loading branch information
ethanbass committed Nov 9, 2023
2 parents 2813f51 + 2b3d30c commit ff6542a
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 ff6542a

Please sign in to comment.