Skip to content

Commit 3da5380

Browse files
committed
Differences in local and remote environment, might be some environement dependency issue ?
1 parent 13c6d4d commit 3da5380

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

test/downstream/test-plantbiophysics.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
using Pkg
77
Pkg.add(url="https://github.com/VEZY/PlantBiophysics.jl#dev")
8+
Pkg.instantiate()
89
using Statistics
910
#using DataFrames
1011
#using CSV

test/downstream/test-xpalm.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# no release of XPalm yet, so can't just add it to the .toml
66
using Pkg
77
Pkg.add(url="https://github.com/PalmStudio/XPalm.jl#dev")
8-
8+
Pkg.instantiate()
99
using Test
1010
using PlantMeteo#, MultiScaleTreeGraph
1111
#using CairoMakie, AlgebraOfGraphics

0 commit comments

Comments
 (0)