Skip to content

Commit 65c7a48

Browse files
add Pkg to test deps
1 parent b11347a commit 65c7a48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ OMEinsum = "0.6"
2020
julia = "1.6"
2121

2222
[extras]
23+
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
2324
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2425

2526
[targets]
26-
test = ["Test"]
27+
test = ["Pkg", "Test"]

0 commit comments

Comments
 (0)