diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml index 1690930..38fc3c8 100644 --- a/.github/workflows/IntegrationTest.yml +++ b/.github/workflows/IntegrationTest.yml @@ -16,9 +16,9 @@ jobs: name: "IntegrationTest" strategy: matrix: - repo: - - 'ITensor/NamedDimsArrays.jl' + pkg: + - 'NamedDimsArrays' uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main" with: localregistry: "https://github.com/ITensor/ITensorRegistry.git" - repo: "${{ matrix.repo }}" + pkg: "${{ matrix.pkg }}"