Skip to content

Commit

Permalink
test ncdf on CI
Browse files Browse the repository at this point in the history
no bioconductor
  • Loading branch information
ethanbass committed May 8, 2023
1 parent 1419c39 commit a4c552a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ jobs:
- name: Install dependencies
run: |
install.packages(c("remotes", "rcmdcheck"))
install.packages(c("ncdf4"))
remotes::install_deps(dependencies = TRUE)
install.packages("BiocManager")
BiocManager::install("mzR")
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 a4c552a

Please sign in to comment.