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 24b3add commit b7a4147Copy full SHA for b7a4147
.github/workflows/IntegrationTest.yml
@@ -5,19 +5,23 @@ on:
5
branches:
6
- 'main'
7
tags: '*'
8
+ paths:
9
+ - 'Project.toml'
10
pull_request:
11
12
13
14
jobs:
15
integration-test:
16
name: "IntegrationTest"
17
strategy:
18
matrix:
19
repo:
20
+ - 'ITensor/UnallocatedArrays.jl'
21
+ - 'ITensor/TensorAlgebra.jl'
22
- 'ITensor/BlockSparseArrays.jl'
23
- 'ITensor/DerivableInterfaces.jl'
24
- 'ITensor/NamedDimsArrays.jl'
- - 'ITensor/TensorAlgebra.jl'
- - 'ITensor/UnallocatedArrays.jl'
25
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main"
26
with:
27
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
0 commit comments