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