Skip to content

Commit a9bbc75

Browse files
committed
2 parents ef83a86 + 3bb0d96 commit a9bbc75

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/r.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,8 @@ jobs:
5050
remotes::install_deps(dependencies = TRUE)
5151
install.packages(c("ncdf4"))
5252
install.packages("chromConverterExtraTests", repos = "https://ethanbass.github.io/drat/")
53-
reticulate::install_miniconda()
54-
reticulate::conda_create('r-reticulate', packages = c('python==3.9', 'numpy', 'scipy', 'pandas'))
55-
reticulate::conda_install('r-reticulate', packages = c('aston', "olefile", "rainbow-api"), pip=TRUE)
5653
shell: Rscript {0}
5754

58-
- if: runner.os == 'macOS'
59-
run: echo "options(reticulate.conda_binary = reticulate:::miniconda_conda())" >> .Rprofile
60-
6155
- uses: r-lib/actions/check-r-package@v2
6256
with:
6357
upload-snapshots: true

0 commit comments

Comments
 (0)