Skip to content

CompatHelper: bump compat for DiagonalArrays to 0.3, (keep existing c… #65

CompatHelper: bump compat for DiagonalArrays to 0.3, (keep existing c…

CompatHelper: bump compat for DiagonalArrays to 0.3, (keep existing c… #65

name: "IntegrationTest"
on:
push:
branches:
- 'main'
tags: '*'
paths:
- 'Project.toml'
pull_request:
paths:
- 'Project.toml'
jobs:
integration-test:
name: "IntegrationTest"
strategy:
matrix:
pkg:
- 'ITensorBase'
- 'NamedDimsArrays'
- 'QuantumOperatorDefinitions'
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main"
with:
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
pkg: "${{ matrix.pkg }}"