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 0d07736Copy full SHA for 0d07736
.github/workflows/IntegrationTest.yml
@@ -17,8 +17,8 @@ jobs:
17
strategy:
18
matrix:
19
repo:
20
- - 'ITensor/BlockSparseArrays.jl'
21
- - 'ITensor/DiagonalArrays.jl'
+ - '(ghuser = "ITensor", repo = "BlockSparseArrays")'
+ - '(ghuser = "ITensor", repo = "DiagonalArrays")'
22
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main"
23
with:
24
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
0 commit comments