Skip to content

Commit

Permalink
Remove unnecessary LOAD_PATH
Browse files Browse the repository at this point in the history
This was needed when we had Preferences in .buildkite
  • Loading branch information
Sbozzolo committed May 30, 2024
1 parent cc61f41 commit cb47e8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ agents:
modules: climacommon/2024_05_27

env:
JULIA_LOAD_PATH: "${JULIA_LOAD_PATH}:${BUILDKITE_BUILD_CHECKOUT_PATH}/.buildkite"
JULIA_NVTX_CALLBACKS: gc
OPENBLAS_NUM_THREADS: 1
SLURM_KILL_BAD_EXIT: 1
Expand Down
1 change: 1 addition & 0 deletions .buildkite/target/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ agents:
modules: common

env:
JULIA_DEPOT_PATH: "${BUILDKITE_BUILD_PATH}/${BUILDKITE_PIPELINE_SLUG}/depot/default"
JULIA_NVTX_CALLBACKS: gc
OPENBLAS_NUM_THREADS: 1
SLURM_KILL_BAD_EXIT: 1
Expand Down

0 comments on commit cb47e8c

Please sign in to comment.