Skip to content

Commit 51014c6

Browse files
authored
Update IntegrationTest workflow (#26)
1 parent 00ddc8b commit 51014c6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/IntegrationTest.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
name: "IntegrationTest"
1717
strategy:
1818
matrix:
19-
repo:
20-
- 'ITensor/BlockSparseArrays.jl'
21-
- 'ITensor/DiagonalArrays.jl'
22-
- 'ITensor/ITensorBase.jl'
23-
- 'ITensor/NamedDimsArrays.jl'
24-
- 'ITensor/SparseArraysBase.jl'
19+
pkg:
20+
- 'BlockSparseArrays'
21+
- 'DiagonalArrays'
22+
- 'ITensorBase'
23+
- 'NamedDimsArrays'
24+
- 'SparseArraysBase'
2525
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main"
2626
with:
2727
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
28-
repo: "${{ matrix.repo }}"
28+
pkg: "${{ matrix.pkg }}"

0 commit comments

Comments
 (0)