We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c91aa commit a4a9eeaCopy full SHA for a4a9eea
.github/workflows/IntegrationTest.yml
@@ -16,12 +16,12 @@ jobs:
16
name: "IntegrationTest"
17
strategy:
18
matrix:
19
- repo:
20
- - 'ITensor/ITensorBase.jl'
21
- - 'ITensor/NamedDimsArrays.jl'
22
- - 'ITensor/QuantumOperatorDefinitions.jl'
23
- - 'ITensor/TensorAlgebra.jl'
+ pkg:
+ - 'ITensorBase'
+ - 'NamedDimsArrays'
+ - 'QuantumOperatorDefinitions'
+ - 'TensorAlgebra'
24
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main"
25
with:
26
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
27
- repo: "${{ matrix.repo }}"
+ pkg: "${{ matrix.pkg }}"
0 commit comments