Skip to content

Commit 56de3cd

Browse files
authored
Set up as a workspace (#85)
1 parent 39fc81e commit 56de3cd

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.github/workflows/IntegrationTest.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ jobs:
1818
matrix:
1919
pkg:
2020
- 'FusionTensors'
21-
- 'ITensorBase'
22-
- 'NamedDimsArrays'
23-
- 'QuantumOperatorDefinitions'
2421
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main"
2522
with:
2623
localregistry: "https://github.com/ITensor/ITensorRegistry.git"

Project.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "GradedArrays"
22
uuid = "bc96ca6e-b7c8-4bb6-888e-c93f838762c2"
33
authors = ["ITensor developers <[email protected]> and contributors"]
4-
version = "0.5.6"
4+
version = "0.5.7"
55

66
[deps]
77
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -43,3 +43,6 @@ TensorAlgebra = "0.6.2"
4343
TensorKitSectors = "0.1, 0.2"
4444
TypeParameterAccessors = "0.4"
4545
julia = "1.10"
46+
47+
[workspace]
48+
projects = ["benchmark", "dev", "docs", "examples", "test"]

docs/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33
GradedArrays = "bc96ca6e-b7c8-4bb6-888e-c93f838762c2"
44
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
55

6+
[sources]
7+
GradedArrays = {path = ".."}
8+
69
[compat]
710
Documenter = "1"
811
GradedArrays = "0.5"

examples/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[deps]
22
GradedArrays = "bc96ca6e-b7c8-4bb6-888e-c93f838762c2"
33

4+
[sources]
5+
GradedArrays = {path = ".."}
6+
47
[compat]
58
GradedArrays = "0.5"

0 commit comments

Comments
 (0)