Skip to content

Commit cf2e735

Browse files
Update make.jl
1 parent abced34 commit cf2e735

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/make.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ Pkg.add(PackageSpec(
1111
url = "https://github.com/CliMA/Oceananigans.jl",
1212
rev = "ss/omip-branch-2"
1313
))
14+
15+
Pkg.add(PackageSpec(
16+
name = "ClimaSeaIce",
17+
url = "https://github.com/CliMA/ClimaSeaIce.jl",
18+
rev = "ss/omip-branch-2"
19+
))
1420
Pkg.resolve()
1521
@show Pkg.status()
1622

0 commit comments

Comments
 (0)