diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml index 4a4ef2f..6d06b16 100644 --- a/.github/workflows/IntegrationTest.yml +++ b/.github/workflows/IntegrationTest.yml @@ -17,8 +17,8 @@ jobs: strategy: matrix: repo: - - 'ITensor/BlockSparseArrays.jl' - - 'ITensor/DiagonalArrays.jl' + - '(ghuser = "ITensor", repo = "BlockSparseArrays")' + - '(ghuser = "ITensor", repo = "DiagonalArrays")' uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main" with: localregistry: "https://github.com/ITensor/ITensorRegistry.git"