Skip to content

Commit

Permalink
Remove unnecessary LOAD_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed May 23, 2024
1 parent 43ff920 commit ee47987
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
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_04_30

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: 0 additions & 1 deletion .buildkite/target/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ agents:
modules: common

env:
JULIA_LOAD_PATH: "${JULIA_LOAD_PATH}:${BUILDKITE_BUILD_CHECKOUT_PATH}/.buildkite"
JULIA_DEPOT_PATH: "${BUILDKITE_BUILD_PATH}/${BUILDKITE_PIPELINE_SLUG}/depot/default"
JULIA_NVTX_CALLBACKS: gc
OPENBLAS_NUM_THREADS: 1
Expand Down

0 comments on commit ee47987

Please sign in to comment.