Fix matrix factorizations of block sparse arrays with abstract block type #278
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "IntegrationTest" | |
on: | |
push: | |
branches: | |
- 'main' | |
tags: '*' | |
paths: | |
- 'Project.toml' | |
pull_request: | |
paths: | |
- 'Project.toml' | |
jobs: | |
integration-test: | |
name: "IntegrationTest" | |
strategy: | |
matrix: | |
pkg: | |
- 'FusionTensors' | |
- 'GradedArrays' | |
- 'ITensorBase' | |
- 'KroneckerArrays' | |
- 'NamedDimsArrays' | |
- 'QuantumOperatorDefinitions' | |
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main" | |
with: | |
localregistry: "https://github.com/ITensor/ITensorRegistry.git" | |
pkg: "${{ matrix.pkg }}" |