Skip to content

Commit 7b8bde7

Browse files
committed
fix Mooncake test
1 parent 6edd7d0 commit 7b8bde7

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

test/Project.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name = "TensorKitTests"
22

33
[deps]
44
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
5+
AllocCheck = "9b6a8646-10ed-4001-bbdc-1d2f46dfbb1a"
56
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
67
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
78
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
@@ -25,8 +26,12 @@ VectorInterface = "409d34a3-91d5-4945-b6ec-7529ddf182d8"
2526
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
2627
cuTENSOR = "011b41b2-24ef-40a8-b3eb-fa098493e9e1"
2728

29+
[sources]
30+
TensorKit = {path = ".."}
31+
2832
[compat]
2933
Aqua = "0.6, 0.7, 0.8"
34+
AllocCheck = "0.2"
3035
ChainRulesTestUtils = "1"
3136
Combinatorics = "1"
3237
GPUArrays = "11.3.1"
@@ -35,6 +40,3 @@ ParallelTestRunner = "2"
3540
Test = "1"
3641
TestExtras = "0.2,0.3"
3742
Zygote = "0.7"
38-
39-
[sources]
40-
TensorKit = {path = ".."}

0 commit comments

Comments
 (0)