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