From f75ff64a230dbe4e69dc212099df0b71e644a212 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Fri, 14 Feb 2025 16:38:41 -0500 Subject: [PATCH] Update IntegrationTest workflow --- .github/workflows/IntegrationTest.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 }}"