Skip to content

Commit

Permalink
Disable Malt by default again
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Sep 18, 2023
1 parent fd8c68a commit 0106663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evaluation/WorkspaceManager.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function make_workspace((session, notebook)::SN; is_offline_renderer::Bool=false
Malt.InProcessWorker
elseif something(
session.options.evaluation.workspace_use_distributed_stdlib,
false
true
# VERSION < v"1.8.0-0"
)
Malt.DistributedStdlibWorker
Expand Down

0 comments on commit 0106663

Please sign in to comment.