diff --git a/test/notebook_tests.jl b/test/notebook_tests.jl index a045df6..9e9fdb6 100644 --- a/test/notebook_tests.jl +++ b/test/notebook_tests.jl @@ -11,7 +11,7 @@ function noerror(cell; verbose=true) end -options = Configuration.from_flat_kwargs(; disable_writing_notebook_files=true) +options = Configuration.from_flat_kwargs(; disable_writing_notebook_files=true, workspace_use_distributed_stdlib = true) notebook_dir = joinpath(@__DIR__, "../notebooks/") eval_in_nb(sn, expr) = WorkspaceManager.eval_fetch_in_workspace(sn, expr)