We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab80e51 + 6b60ab6 commit 54b8720Copy full SHA for 54b8720
.buildkite/pipeline.yml
@@ -26,9 +26,6 @@ steps:
26
- echo "--- Check that ClimaAtmos is developed in Manifest"
27
- julia --check-bounds=yes -e 'using TOML; @assert TOML.parsefile(".buildkite/Manifest-v1.11.toml")["deps"]["ClimaAtmos"][1]["path"] == ".."'
28
29
- - echo "--- Instantiate project"
30
- - "julia --project -e 'using Pkg; Pkg.instantiate(;verbose=true); Pkg.precompile(); Pkg.status()'"
31
-
32
- echo "--- Instantiate .buildkite"
33
- "julia --project=.buildkite -e 'using Pkg; Pkg.instantiate(;verbose=true); Pkg.precompile(;strict=true); using CUDA; CUDA.precompile_runtime(); Pkg.status()'"
34
0 commit comments