Skip to content

Commit

Permalink
Don't set python version (will not propagate to fallback)
Browse files Browse the repository at this point in the history
  • Loading branch information
csoneson committed Nov 2, 2023
1 parent 55a3ac3 commit 18dbe35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-basiliskStart-fallback.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
tmploc <- file.path(".", "my_package_A")
if (!file.exists(tmploc)) {
setupBasiliskEnv(tmploc, c('pandas=1.4.3', 'python=3.8'))
setupBasiliskEnv(tmploc, c('pandas=1.4.3'))
}
cl <- basiliskStart(tmploc, testload="pandas")
cl
basiliskRun(proc = cl, function() sessionInfo())
basiliskRun(proc = cl, sessionInfo)
shell: Rscript {0}

0 comments on commit 18dbe35

Please sign in to comment.