Skip to content

Commit 57c083d

Browse files
authored
More downstream tests (#94)
1 parent 216f4b9 commit 57c083d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/IntegrationTest.yml

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
strategy:
1818
matrix:
1919
pkg:
20+
- 'FusionTensors'
21+
- 'GradedArrays'
2022
- 'ITensorBase'
2123
- 'NamedDimsArrays'
2224
- 'QuantumOperatorDefinitions'

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "BlockSparseArrays"
22
uuid = "2c9a651f-6452-4ace-a6ac-809f4280fbb4"
33
authors = ["ITensor developers <[email protected]> and contributors"]
4-
version = "0.4.0"
4+
version = "0.4.1"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

0 commit comments

Comments
 (0)