File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change
1
+ name : " IntegrationTest"
2
+
3
+ on :
4
+ push :
5
+ branches :
6
+ - ' main'
7
+ tags : ' *'
8
+ paths :
9
+ - ' Project.toml'
10
+ pull_request :
11
+ paths :
12
+ - ' Project.toml'
13
+
14
+ jobs :
15
+ integration-test :
16
+ name : " IntegrationTest"
17
+ strategy :
18
+ matrix :
19
+ repo :
20
+ - ' ITensor/ITensorBase.jl'
21
+ - ' ITensor/NamedDimsArrays.jl'
22
+ - ' ITensor/QuantumOperatorDefinitions.jl'
23
+ - ' ITensor/TensorAlgebra.jl'
24
+ uses : " ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main"
25
+ with :
26
+ localregistry : " https://github.com/ITensor/ITensorRegistry.git"
27
+ repo : " ${{ matrix.repo }}"
Original file line number Diff line number Diff line change 1
1
name = " BlockSparseArrays"
2
2
uuid = " 2c9a651f-6452-4ace-a6ac-809f4280fbb4"
3
3
authors = [
" ITensor developers <[email protected] > and contributors" ]
4
- version = " 0.2.17 "
4
+ version = " 0.2.18 "
5
5
6
6
[deps ]
7
7
Adapt = " 79e6a3ab-5dfb-504d-930d-738a2a938a0e"
You can’t perform that action at this time.
0 commit comments