We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e9fd3e commit fc88db7Copy full SHA for fc88db7
1 file changed
.github/workflows/IntegrationTest.yml
@@ -18,12 +18,14 @@ jobs:
18
matrix:
19
pkg:
20
- 'BlockSparseArrays'
21
+ - 'DiagonalArrays'
22
- 'FusionTensors'
23
- 'GradedArrays'
24
- 'ITensorBase'
25
- 'ITensorNetworksNext'
26
- 'KroneckerArrays'
27
- 'NamedDimsArrays'
28
+ - 'SparseArraysBase'
29
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main"
30
with:
31
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
0 commit comments