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 00ddc8b commit 51014c6Copy full SHA for 51014c6
.github/workflows/IntegrationTest.yml
@@ -16,13 +16,13 @@ jobs:
16
name: "IntegrationTest"
17
strategy:
18
matrix:
19
- repo:
20
- - 'ITensor/BlockSparseArrays.jl'
21
- - 'ITensor/DiagonalArrays.jl'
22
- - 'ITensor/ITensorBase.jl'
23
- - 'ITensor/NamedDimsArrays.jl'
24
- - 'ITensor/SparseArraysBase.jl'
+ pkg:
+ - 'BlockSparseArrays'
+ - 'DiagonalArrays'
+ - 'ITensorBase'
+ - 'NamedDimsArrays'
+ - 'SparseArraysBase'
25
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main"
26
with:
27
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
28
- repo: "${{ matrix.repo }}"
+ pkg: "${{ matrix.pkg }}"
0 commit comments