Skip to content

Commit

Permalink
[test/External] Actually develop the correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat authored Jun 2, 2024
1 parent ecfac7c commit 6ddc85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -337,5 +337,5 @@ end
# Hack to make the test in External actually usable...
using Pkg
Pkg.activate(joinpath(@__DIR__, "External"))
Pkg.develop("Highlights")
Pkg.develop(dirname(@__DIR__))
using External

0 comments on commit 6ddc85f

Please sign in to comment.