Skip to content

Commit

Permalink
Fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Sep 12, 2019
1 parent 83722c8 commit d5ad4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dependencies/run_dependency_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ for (pkg_url, pkg_rev, pkg_name) in packages_to_test
mktempdir() do folder
Pkg.activate(folder)

Pkg.develop(joinpath(@__DIR__, "..", ".."))
Pkg.develop(PackageSpec(path=joinpath(@__DIR__, "..", "..")))

Pkg.add(PackageSpec(url=pkg_url, rev=pkg_rev))

Expand Down

0 comments on commit d5ad4ea

Please sign in to comment.