Skip to content

Upgrade to DerivableInterfaces v0.4 #16

Upgrade to DerivableInterfaces v0.4

Upgrade to DerivableInterfaces v0.4 #16

Workflow file for this run

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