Skip to content

Commit 22f118e

Browse files
authored
Fix examples by using dev version of the package (#119)
1 parent fb3f410 commit 22f118e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/literate.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ using Pkg: Pkg
1111

1212
using InteractiveUtils
1313
const EXAMPLEPATH = joinpath(@__DIR__, "..", "examples", EXAMPLE)
14+
const PKGDIR = joinpath(@__DIR__, "..")
1415
Pkg.activate(EXAMPLEPATH)
1516
Pkg.instantiate()
1617
pkg_status = sprint() do io
1718
Pkg.status(; io=io)
1819
end
20+
Pkg.develop(Pkg.PackageSpec(path=PKGDIR))
1921

2022
using Literate: Literate
2123

0 commit comments

Comments
 (0)