We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1131c0 commit 8f0068aCopy full SHA for 8f0068a
.github/workflows/IntegrationTest.yml
@@ -16,10 +16,10 @@ jobs:
16
name: "IntegrationTest"
17
strategy:
18
matrix:
19
- repo:
20
- - 'ITensor/ITensorBase.jl'
21
- - 'ITensor/UnallocatedArrays.jl'
+ pkg:
+ - 'ITensorBase'
+ - 'UnallocatedArrays'
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