From a4a9eea5118dc858eb2649016c39eb3d3aae97c3 Mon Sep 17 00:00:00 2001 From: Lukas Devos Date: Mon, 3 Mar 2025 07:49:45 -0500 Subject: [PATCH 1/2] Update IntegrationTest github action --- .github/workflows/IntegrationTest.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml index fd1ccc91..6da6771d 100644 --- a/.github/workflows/IntegrationTest.yml +++ b/.github/workflows/IntegrationTest.yml @@ -16,12 +16,12 @@ jobs: name: "IntegrationTest" strategy: matrix: - repo: - - 'ITensor/ITensorBase.jl' - - 'ITensor/NamedDimsArrays.jl' - - 'ITensor/QuantumOperatorDefinitions.jl' - - 'ITensor/TensorAlgebra.jl' + pkg: + - 'ITensorBase' + - 'NamedDimsArrays' + - 'QuantumOperatorDefinitions' + - 'TensorAlgebra' uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main" with: localregistry: "https://github.com/ITensor/ITensorRegistry.git" - repo: "${{ matrix.repo }}" + pkg: "${{ matrix.pkg }}" From b88f416d8e440b5d561da66f9e065710876ac2c3 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Mon, 3 Mar 2025 08:54:01 -0500 Subject: [PATCH 2/2] Remove TensorAlgebra.jl downstream test --- .github/workflows/IntegrationTest.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml index 6da6771d..f890ce14 100644 --- a/.github/workflows/IntegrationTest.yml +++ b/.github/workflows/IntegrationTest.yml @@ -20,7 +20,6 @@ jobs: - 'ITensorBase' - 'NamedDimsArrays' - 'QuantumOperatorDefinitions' - - 'TensorAlgebra' uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main" with: localregistry: "https://github.com/ITensor/ITensorRegistry.git"