Skip to content

Commit

Permalink
Try #114:
Browse files Browse the repository at this point in the history
  • Loading branch information
bors[bot] authored Mar 23, 2021
2 parents 914df25 + 17e9d74 commit b0907eb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
env:
JULIA_VERSION: "1.5.2"
JULIA_VERSION: "1.5.4"
OPENBLAS_NUM_THREADS: 1
GKSwstype: nul

Expand Down Expand Up @@ -30,7 +30,7 @@ steps:
mkdir examples/Lorenz/depot
export JULIA_DEPOT_PATH="$$(pwd)/examples/Lorenz/depot:$$JULIA_DEPOT_PATH"
julia --compiled-modules=no --color=yes --project -e '
julia --color=yes --project -e '
println("--- Instantiating Project")
using Pkg;
Pkg.instantiate()
Expand All @@ -55,7 +55,7 @@ steps:
mkdir examples/GaussianProcessEmulator/depot
export JULIA_DEPOT_PATH="$$(pwd)/examples/GaussianProcessEmulator/depot:$JULIA_DEPOT_PATH"
julia --compiled-modules=no --color=yes --project -e '
julia --color=yes --project -e '
println("--- Instantiating Project")
using Pkg;
Pkg.instantiate()
Expand Down Expand Up @@ -86,7 +86,7 @@ steps:
mkdir examples/Cloudy/depot
export JULIA_DEPOT_PATH="$$(pwd)/examples/Cloudy/depot:$$JULIA_DEPOT_PATH"
julia --compiled-modules=no --color=yes --project -e '
julia --color=yes --project -e '
println("--- Instantiating Project")
using Pkg;
Pkg.instantiate()
Expand All @@ -99,4 +99,4 @@ steps:
agents:
config: cpu
queue: central
slurm_ntasks: 1
slurm_ntasks: 1

0 comments on commit b0907eb

Please sign in to comment.