Skip to content

Commit

Permalink
pass the docs and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Yujie-W committed Feb 21, 2024
1 parent cd2da7f commit 0c2469b
Show file tree
Hide file tree
Showing 27 changed files with 22 additions and 3,849 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/Example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ jobs:
with:
version: "1"
- name: Use Github Registry
run: |
cd examples
julia -e 'using Pkg; Pkg.Registry.rm("General"); Pkg.Registry.add(RegistrySpec(url="https://github.com/JuliaRegistries/General"))'
julia --project -e 'using Pkg; Pkg.instantiate();'
run: julia -e 'using Pkg; Pkg.Registry.rm("General"); Pkg.Registry.add(RegistrySpec(url="https://github.com/JuliaRegistries/General"))'
- name: Install Dependencies
run: julia --project=examples/ -e 'using Pkg; Pkg.develop(path="."); Pkg.instantiate();'
- name: Run Tests
run: |
cd examples
julia --project example.jl
run: julia --project=examples/ examples/example.jl
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Land"
uuid = "a4d78162-daa3-41d7-a3fe-155b9207f750"
authors = ["Yujie Wang <[email protected]>"]
uuid = "27e3c115-2cb8-4114-b7a5-cd9f011f9dcc"
authors = ["CliMA Land Team"]
version = "0.1.1"

[deps]
Expand Down
1 change: 0 additions & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Land = "27e3c115-2cb8-4114-b7a5-cd9f011f9dcc"
TextIO = "52be8cd1-7bc6-40f3-9b52-aa7544d4b77d"
111 changes: 0 additions & 111 deletions docs/src/examples/CanopyLayers/bigleaf.jl

This file was deleted.

69 changes: 0 additions & 69 deletions docs/src/examples/CanopyLayers/fluspect.jl

This file was deleted.

71 changes: 0 additions & 71 deletions docs/src/examples/CanopyLayers/scope.jl

This file was deleted.

Loading

0 comments on commit 0c2469b

Please sign in to comment.