diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml index fd1ccc91..f890ce14 100644 --- a/.github/workflows/IntegrationTest.yml +++ b/.github/workflows/IntegrationTest.yml @@ -16,12 +16,11 @@ jobs: name: "IntegrationTest" strategy: matrix: - repo: - - 'ITensor/ITensorBase.jl' - - 'ITensor/NamedDimsArrays.jl' - - 'ITensor/QuantumOperatorDefinitions.jl' - - 'ITensor/TensorAlgebra.jl' + pkg: + - 'ITensorBase' + - 'NamedDimsArrays' + - 'QuantumOperatorDefinitions' uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main" with: localregistry: "https://github.com/ITensor/ITensorRegistry.git" - repo: "${{ matrix.repo }}" + pkg: "${{ matrix.pkg }}"