Skip to content

Commit a770d09

Browse files
authored
Add NDTensors.jl and ITensors.jl as a downstream test (#34)
1 parent c95b95b commit a770d09

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.github/workflows/IntegrationTest.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,15 @@ jobs:
1616
name: "IntegrationTest"
1717
strategy:
1818
matrix:
19-
repo:
20-
- 'ITensor/BlockSparseArrays.jl'
21-
- 'ITensor/DerivableInterfaces.jl'
22-
- 'ITensor/NamedDimsArrays.jl'
23-
- 'ITensor/TensorAlgebra.jl'
24-
- 'ITensor/UnallocatedArrays.jl'
19+
pkg:
20+
- 'BlockSparseArrays'
21+
- 'DerivableInterfaces'
22+
- 'ITensors'
23+
- 'NDTensors'
24+
- 'NamedDimsArrays'
25+
- 'TensorAlgebra'
26+
- 'UnallocatedArrays'
2527
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main"
2628
with:
2729
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
28-
repo: "${{ matrix.repo }}"
30+
pkg: "${{ matrix.pkg }}"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "TypeParameterAccessors"
22
uuid = "7e5a90cf-f82e-492e-a09b-e3e26432c138"
33
authors = ["ITensor developers <[email protected]> and contributors"]
4-
version = "0.3.4"
4+
version = "0.3.5"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

0 commit comments

Comments
 (0)