Skip to content

Commit 54b8720

Browse files
Merge pull request #3847 from CliMA/ck/pipeline
Remove instantiation of default project
2 parents ab80e51 + 6b60ab6 commit 54b8720

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ steps:
2626
- echo "--- Check that ClimaAtmos is developed in Manifest"
2727
- julia --check-bounds=yes -e 'using TOML; @assert TOML.parsefile(".buildkite/Manifest-v1.11.toml")["deps"]["ClimaAtmos"][1]["path"] == ".."'
2828

29-
- echo "--- Instantiate project"
30-
- "julia --project -e 'using Pkg; Pkg.instantiate(;verbose=true); Pkg.precompile(); Pkg.status()'"
31-
3229
- echo "--- Instantiate .buildkite"
3330
- "julia --project=.buildkite -e 'using Pkg; Pkg.instantiate(;verbose=true); Pkg.precompile(;strict=true); using CUDA; CUDA.precompile_runtime(); Pkg.status()'"
3431

0 commit comments

Comments
 (0)