Skip to content

CompatHelper: bump compat for SparseArraysBase to 0.3, (keep existing… #37

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

CompatHelper: bump compat for SparseArraysBase to 0.3, (keep existing… #37

name: "IntegrationTest"
on:
push:
branches:
- 'main'
tags: '*'
paths:
- 'Project.toml'
pull_request:
paths:
- 'Project.toml'
jobs:
integration-test:
name: "IntegrationTest"
strategy:
matrix:
repo:
- 'ITensor/ITensorBase.jl'
- 'ITensor/NamedDimsArrays.jl'
- 'ITensor/QuantumOperatorDefinitions.jl'
- 'ITensor/TensorAlgebra.jl'
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main"

Check failure on line 24 in .github/workflows/IntegrationTest.yml

View workflow run for this annotation

GitHub Actions / IntegrationTest

Invalid workflow file

The workflow is not valid. .github/workflows/IntegrationTest.yml (Line: 24, Col: 11): Input pkg is required, but not provided while calling. .github/workflows/IntegrationTest.yml (Line: 27, Col: 13): Invalid input, repo is not defined in the referenced workflow.
with:
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
repo: "${{ matrix.repo }}"