Skip to content

Commit

Permalink
avoid Malt for code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
disberd committed Mar 13, 2024
1 parent 39ada2d commit 3e2c445
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/basics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ end
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)
srcdir = normpath(@__DIR__, "./notebooks")
eval_in_nb(sn, expr) = WorkspaceManager.eval_fetch_in_workspace(sn, expr)

Expand Down
2 changes: 1 addition & 1 deletion test/latex.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)
srcdir = normpath(@__DIR__, "./notebooks")
eval_in_nb(sn, expr) = WorkspaceManager.eval_fetch_in_workspace(sn, expr)

Expand Down
2 changes: 1 addition & 1 deletion test/structbond.jl
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ end
]
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)
srcdir = normpath(@__DIR__, "./notebooks")
eval_in_nb(sn, expr) = WorkspaceManager.eval_fetch_in_workspace(sn, expr)

Expand Down
2 changes: 1 addition & 1 deletion test/toc.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)
srcdir = normpath(@__DIR__, "./notebooks")
eval_in_nb(sn, expr) = WorkspaceManager.eval_fetch_in_workspace(sn, expr)

Expand Down

0 comments on commit 3e2c445

Please sign in to comment.