Skip to content

Commit

Permalink
Merge branch 'main' into plutorunner-files
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Aug 20, 2024
2 parents 7eb8d85 + c08add3 commit 5040edc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion test/MacroAnalysis.jl
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,11 @@ import Memoize: @memoize
begin
import Pkg
Pkg.activate(mktempdir())
Pkg.add(Pkg.PackageSpec(name="Symbolics", version="5.5.1"))
Pkg.add([
Pkg.PackageSpec(name="Symbolics", version="5.5.1"),
# to avoid https://github.com/JuliaObjects/ConstructionBase.jl/issues/92
Pkg.PackageSpec(name="ConstructionBase", version="1.5.6"),
])
import Symbolics: @variables
end
"""),
Expand Down
2 changes: 1 addition & 1 deletion test/helpers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ end

function noerror(cell; verbose=true)
if cell.errored && verbose
@show cell.output.body
@show cell.output.body cell.logs
end
!cell.errored
end
Expand Down

0 comments on commit 5040edc

Please sign in to comment.