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 24985a0 commit f75ff64Copy full SHA for f75ff64
.github/workflows/IntegrationTest.yml
@@ -16,10 +16,10 @@ jobs:
16
name: "IntegrationTest"
17
strategy:
18
matrix:
19
- repo:
20
- - 'ITensor/BlockSparseArrays.jl'
21
- - 'ITensor/DiagonalArrays.jl'
+ pkg:
+ - 'BlockSparseArrays'
+ - 'DiagonalArrays'
22
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main"
23
with:
24
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
25
- repo: "${{ matrix.repo }}"
+ pkg: "${{ matrix.pkg }}"
0 commit comments