Skip to content

Commit

Permalink
Test ClimaUtilities gb/bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed May 6, 2024
1 parent 3119b07 commit 142372e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ steps:
- "julia --project -e 'using Pkg; Pkg.status()'"

- echo "--- Instantiate experiments"
- "julia --project=.buildkite -e 'using Pkg; Pkg.develop(;path=\".\"); Pkg.instantiate(;verbose=true)'"
- "julia --project=.buildkite -e 'using Pkg; Pkg.develop(;path=\".\"); Pkg.add(url = \"https://github.com/CLiMA/ClimaUtilities.jl\", rev = \"gb/bump\"); Pkg.instantiate(;verbose=true)'"
- "julia --project=.buildkite -e 'using Pkg; Pkg.status()'"

- echo "--- Instantiate lib/ClimaLandSimulations"
- "julia --project=lib/ClimaLandSimulations -e 'using Pkg; Pkg.develop(;path=\".\"); Pkg.instantiate(;verbose=true)'"
- "julia --project=lib/ClimaLandSimulations -e 'using Pkg; Pkg.status()'"

- echo "--- Instantiate test"
- "julia --project=test -e 'using Pkg; Pkg.develop(;path=\".\"); Pkg.add(\"CUDA\"); Pkg.instantiate(;verbose=true)'"
- "julia --project=test -e 'using Pkg; Pkg.develop(;path=\".\"); Pkg.add(\"CUDA\"); Pkg.add(url = \"https://github.com/CLiMA/ClimaUtilities.jl\", rev = \"gb/bump\"); Pkg.instantiate(;verbose=true)'"
- "julia --project=test -e 'using Pkg; Pkg.status()'"
agents:
slurm_ntasks: 1
Expand Down

0 comments on commit 142372e

Please sign in to comment.