Skip to content

Commit

Permalink
Stop installing ITensorNetworks on test
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed Nov 3, 2024
1 parent b7010ba commit 2c967a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ DeltaArrays = "10b0fc19-5ccc-4427-889b-d75dd6306188"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
GraphMakie = "1ecd5474-83a3-4783-bb4f-06765db800d2"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
ITensorNetworks = "2919e153-833c-4bdc-8836-1ea460a35fc7"
ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5"
KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down
4 changes: 0 additions & 4 deletions test/integration/ITensorNetworks_test.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# breaks in instantiation on Julia 1.9
using Pkg
Pkg.add("ITensorNetworks")

@testset "ITensorNetworks" begin
using ITensors: ITensors, ITensor, Index, array
using ITensorNetworks: ITensorNetwork, vertices
Expand Down

0 comments on commit 2c967a1

Please sign in to comment.