diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml index 4a4ef2f..953852e 100644 --- a/.github/workflows/IntegrationTest.yml +++ b/.github/workflows/IntegrationTest.yml @@ -16,10 +16,10 @@ jobs: name: "IntegrationTest" strategy: matrix: - repo: - - 'ITensor/BlockSparseArrays.jl' - - 'ITensor/DiagonalArrays.jl' + pkg: + - 'BlockSparseArrays' + - 'DiagonalArrays' uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main" with: localregistry: "https://github.com/ITensor/ITensorRegistry.git" - repo: "${{ matrix.repo }}" + pkg: "${{ matrix.pkg }}"