Skip to content

Commit

Permalink
create environment in current working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mbstadler committed Nov 2, 2023
1 parent c7ee400 commit df22cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-basiliskStart-fallback.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
basilisk::setBasiliskForceFallback(TRUE)
tmploc <- file.path(tempdir(), "my_package_A")
tmploc <- file.path(".", "my_package_A")
if (!file.exists(tmploc)) {
setupBasiliskEnv(tmploc, c('pandas=1.4.3'))
}
Expand Down

0 comments on commit df22cf2

Please sign in to comment.