Skip to content

Commit

Permalink
Update r.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanbass committed Oct 10, 2023
1 parent 33fc458 commit f27ad59
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 @@ -47,9 +47,9 @@ jobs:
- name: Install dependencies
run: |
install.packages(c("remotes", "rcmdcheck"))
remotes::install_deps(dependencies = TRUE)
install.packages(c("ncdf4"))
install.packages("chromConverterExtraTests", repos = "https://ethanbass.github.io/drat/")
remotes::install_deps(dependencies = TRUE)
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)
Expand Down

0 comments on commit f27ad59

Please sign in to comment.