Skip to content

Commit a4a9eea

Browse files
committed
Update IntegrationTest github action
1 parent e4c91aa commit a4a9eea

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/IntegrationTest.yml

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

0 commit comments

Comments
 (0)