Skip to content

Commit

Permalink
install conda
Browse files Browse the repository at this point in the history
  • Loading branch information
mbstadler committed Nov 2, 2023
1 parent e613418 commit c7ee400
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test-basiliskStart-fallback.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,17 @@ jobs:
run: |
library(basilisk)
library(basilisk.utils)
setBasiliskForceFallback(TRUE)
basilisk.utils::installConda()
basilisk::setBasiliskForceFallback(TRUE)
tmploc <- file.path(tempdir(), "my_package_A")
if (!file.exists(tmploc)) {
setupBasiliskEnv(tmploc, c('pandas=1.4.3'))
}
cl <- basiliskStart(tmploc, testload="pandas")
cl
.libPaths()
sessionInfo()
shell: Rscript {0}

0 comments on commit c7ee400

Please sign in to comment.