Skip to content

Commit 28640bb

Browse files
authored
Update IntegrationTest workflow (#11)
1 parent 7c70e54 commit 28640bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/IntegrationTest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
name: "IntegrationTest"
1717
strategy:
1818
matrix:
19-
repo:
20-
- 'ITensor/BlockSparseArrays.jl'
19+
pkg:
20+
- 'BlockSparseArrays'
2121
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main"
2222
with:
2323
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
24-
repo: "${{ matrix.repo }}"
24+
pkg: "${{ matrix.pkg }}"

0 commit comments

Comments
 (0)