Skip to content

Commit 2ef8123

Browse files
authored
Update IntegrationTest workflow (#31)
1 parent 8ca653a commit 2ef8123

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/NamedDimsArrays.jl'
19+
pkg:
20+
- 'NamedDimsArrays'
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)