File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,11 @@ steps:
2828 - julia --check-bounds=yes -e 'using TOML; @assert TOML.parsefile(".buildkite/Manifest-v1.11.toml")["deps"]["ClimaAtmos"][1]["path"] == ".."'
2929
3030 - echo "--- Instantiate .buildkite"
31- - " julia --project=.buildkite -e 'using Pkg; Pkg.add(Pkg.PackageSpec(;name=\" ClimaCore\" , rev=\" ne/fd_grid\" ))'"
3231 - julia --project=.buildkite -e '
3332 using Pkg;
3433 Pkg.Registry.update();
3534 Pkg.add(PackageSpec(name="ClimaCore", url="https://github.com/CliMA/ClimaCore.jl", rev="ne/fd_grid"));
36- Pkg.add(PackageSpec(name="ClimaUtilities", url="https://github.com/CliMA/ClimaUtilities.jl", rev="ne/fd_grid "));
35+ Pkg.add(PackageSpec(name="ClimaUtilities", url="https://github.com/CliMA/ClimaUtilities.jl", rev="main "));
3736 Pkg.instantiate();
3837 Pkg.precompile(; strict=true);
3938 using CUDA; CUDA.precompile_runtime();
You can’t perform that action at this time.
0 commit comments