Skip to content

Commit 90f9678

Browse files
committed
Attempt where specific branches are forced before resolving, to hopefully ensure there are no registry/manifest conflicts. The removed lingering manifest.toml in the repo might have been both causing and hiding conflicts.
1 parent 623ae73 commit 90f9678

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/downstream/test-all-benchmarks.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
using Pkg
22
Pkg.activate(dirname(@__FILE__))
3-
#Pkg.develop(PackageSpec(path=dirname(dirname(@__DIR__))))
3+
Pkg.develop(PackageSpec(path=dirname(dirname(@__DIR__))))
4+
Pkg.add(url="https://github.com/VEZY/PlantBiophysics.jl#dev")
5+
Pkg.add(url="https://github.com/PalmStudio/XPalm.jl#dev")
46
Pkg.resolve()
57
Pkg.instantiate()
68

0 commit comments

Comments
 (0)