Pluto.jl icon indicating copy to clipboard operation
Pluto.jl copied to clipboard

Frontend test: instantiate and precompile before

Open fonsp opened this issue 1 year ago • 2 comments

fonsp avatar Mar 28 '24 10:03 fonsp

Try this Pull Request!

Open Julia and type:

julia> import Pkg
julia> Pkg.activate(temp=true)
julia> Pkg.add(url="https://github.com/fonsp/Pluto.jl", rev="frontend-test-instantiate-before")
julia> using Pluto

github-actions[bot] avatar Mar 28 '24 10:03 github-actions[bot]

This might modify the fixtures because of the bidirectional syncing...

fonsp avatar Mar 28 '24 11:03 fonsp