Skip to content

Commit 23f23fe

Browse files
committed
Make the 'dev' branch in the project.toml explicit
1 parent 3da5380 commit 23f23fe

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

test/downstream/Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
33
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
44
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
55
MultiScaleTreeGraph = "dd4a991b-8a45-4075-bede-262ee62d5583"
6+
PlantBiophysics = "7ae8fcfa-76ad-4ec6-9ea7-5f8f5e2d6ec9"
67
PlantMeteo = "4630fe09-e0fb-4da5-a846-781cb73437b6"
78
PlantSimEngine = "9a576370-710b-4269-adf9-4f603a9c6423"
89
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
910
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1011
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
12+
XPalm = "6b523e1e-d512-416c-8e51-a8fbef0064e7"

test/downstream/test-plantbiophysics.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
#using PlantSimEngine
55

66
using Pkg
7-
Pkg.add(url="https://github.com/VEZY/PlantBiophysics.jl#dev")
8-
Pkg.instantiate()
7+
#Pkg.add(url="https://github.com/VEZY/PlantBiophysics.jl#dev")
8+
#Pkg.instantiate()
99
using Statistics
1010
#using DataFrames
1111
#using CSV

test/downstream/test-xpalm.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
# no release of XPalm yet, so can't just add it to the .toml
66
using Pkg
7-
Pkg.add(url="https://github.com/PalmStudio/XPalm.jl#dev")
8-
Pkg.instantiate()
7+
#Pkg.add(url="https://github.com/PalmStudio/XPalm.jl#dev")
8+
#Pkg.instantiate()
99
using Test
1010
using PlantMeteo#, MultiScaleTreeGraph
1111
#using CairoMakie, AlgebraOfGraphics

0 commit comments

Comments
 (0)