Skip to content

Commit cf088ce

Browse files
lkdvosmtfishman
andauthored
Update IntegrationTest github action (#67)
* Update IntegrationTest github action * Remove TensorAlgebra.jl downstream test --------- Co-authored-by: Matt Fishman <[email protected]>
1 parent de777e3 commit cf088ce

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/IntegrationTest.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ 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'
2423
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main"
2524
with:
2625
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
27-
repo: "${{ matrix.repo }}"
26+
pkg: "${{ matrix.pkg }}"

0 commit comments

Comments
 (0)