Skip to content

Commit

Permalink
Merge branch 'main' into ar/ClimaLandDashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisRenchon authored Mar 7, 2024
2 parents 8ddbaef + 5b0a89e commit 90f7751
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ env:
JULIA_CPU_TARGET: 'broadwell;skylake'
OPENBLAS_NUM_THREADS: 1
SLURM_KILL_BAD_EXIT: 1
JULIA_DEPOT_PATH: "${BUILDKITE_BUILD_PATH}/${BUILDKITE_PIPELINE_SLUG}/depot/default"

steps:
- label: "init environment :computer:"
key: "init_cpu_env"
command:
- "echo $$JULIA_DEPOT_PATH"

- echo "--- Instantiate project"
- "julia --project -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
- "julia --project -e 'using Pkg; Pkg.status()'"
Expand Down

0 comments on commit 90f7751

Please sign in to comment.