Skip to content

Commit 0ea0a50

Browse files
committed
Get rid of workspace
1 parent 1dd12ce commit 0ea0a50

6 files changed

Lines changed: 12 additions & 6 deletions

File tree

DifferentiationInterface/Project.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,3 @@ Symbolics = "5.27.1, 6"
8080
Tracker = "0.2.33"
8181
Zygote = "0.6.69, 0.7"
8282
julia = "1.10"
83-
84-
[workspace]
85-
projects = ["docs", "test"]

DifferentiationInterface/docs/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ SparseConnectivityTracer = "1.1.2"
2626
SparseMatrixColorings = "0.4.23"
2727
Zygote = "0.7.10"
2828
julia = "1.10.10"
29+
30+
[sources]
31+
DifferentiationInterface = { path = ".." }

DifferentiationInterface/test/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ StableRNGs = "1.0.1"
3838
StaticArrays = "1.9.15"
3939
Test = "1"
4040
julia = "1.10.10"
41+
42+
[sources]
43+
DifferentiationInterface = { path = ".." }

DifferentiationInterfaceTest/Project.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,3 @@ Statistics = "1"
6969
Test = "1"
7070
Zygote = "0.6, 0.7"
7171
julia = "1.10"
72-
73-
[workspace]
74-
projects = ["docs", "test"]

DifferentiationInterfaceTest/docs/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ ForwardDiff = "1.2.2"
2424
PrettyTables = "3.1"
2525
Zygote = "0.7.10"
2626
julia = "1.10.10"
27+
28+
[sources]
29+
DifferentiationInterfaceTest = { path = ".." }

DifferentiationInterfaceTest/test/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@ SparseMatrixColorings = "0.4.9"
4040
StaticArrays = "1.9.15"
4141
Zygote = "0.7.10"
4242
julia = "1.10.10"
43+
44+
[sources]
45+
DifferentiationInterfaceTest = { path = ".." }

0 commit comments

Comments
 (0)