Skip to content

Commit

Permalink
disable Malt to get coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
disberd committed Feb 26, 2024
1 parent 6d12059 commit bf2074f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/notebook_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit bf2074f

Please sign in to comment.