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 61b969d commit aa405c5Copy full SHA for aa405c5
.github/workflows/IntegrationTest.yml
@@ -0,0 +1,22 @@
1
+name: "IntegrationTest"
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - 'main'
7
+ tags: '*'
8
+ pull_request:
9
10
+jobs:
11
+ integration-test:
12
+ name: "IntegrationTest"
13
+ strategy:
14
+ matrix:
15
+ repo:
16
+ - 'ITensor/BlockSparseArrays.jl'
17
+ - 'ITensor/NamedDimsArrays.jl'
18
+ - 'ITensor/TensorAlgebra.jl'
19
+ uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main"
20
+ with:
21
+ local-registry-urls: "https://github.com/ITensor/ITensorRegistry.git"
22
+ repo: "${{ matrix.repo }}"
0 commit comments