File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,15 @@ jobs:
1616 name : " IntegrationTest"
1717 strategy :
1818 matrix :
19- repo :
20- - ' ITensor/BlockSparseArrays.jl'
21- - ' ITensor/DerivableInterfaces.jl'
22- - ' ITensor/NamedDimsArrays.jl'
23- - ' ITensor/TensorAlgebra.jl'
24- - ' ITensor/UnallocatedArrays.jl'
19+ pkg :
20+ - ' BlockSparseArrays'
21+ - ' DerivableInterfaces'
22+ - ' ITensors'
23+ - ' NDTensors'
24+ - ' NamedDimsArrays'
25+ - ' TensorAlgebra'
26+ - ' UnallocatedArrays'
2527 uses : " ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main"
2628 with :
2729 localregistry : " https://github.com/ITensor/ITensorRegistry.git"
28- repo : " ${{ matrix.repo }}"
30+ pkg : " ${{ matrix.pkg }}"
Original file line number Diff line number Diff line change 11name = " TypeParameterAccessors"
22uuid = " 7e5a90cf-f82e-492e-a09b-e3e26432c138"
33authors = [
" ITensor developers <[email protected] > and contributors" ]
4- version = " 0.3.4 "
4+ version = " 0.3.5 "
55
66[deps ]
77LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
You can’t perform that action at this time.
0 commit comments