Skip to content

Commit

Permalink
Qualify PackageSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion committed Apr 2, 2021
1 parent 03f6d97 commit e9e7e81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion test/Project.toml
@@ -1,6 +1,5 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Expand Up @@ -2,7 +2,7 @@
if VERSION < v"1.2"
using Pkg: Pkg
Pkg.activate(@__DIR__)
Pkg.develop(PackageSpec(path=dirname(@__DIR__)))
Pkg.develop(Pkg.PackageSpec(; path=dirname(@__DIR__)))
Pkg.instantiate()
end

Expand Down

0 comments on commit e9e7e81

Please sign in to comment.