Skip to content

Commit

Permalink
Try #120:
Browse files Browse the repository at this point in the history
  • Loading branch information
bors[bot] authored Jan 20, 2022
2 parents 8723d4a + a41f2b1 commit ce12c09
Show file tree
Hide file tree
Showing 23 changed files with 2,714 additions and 2,142 deletions.
10 changes: 4 additions & 6 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,21 +52,19 @@ steps:
export PYTHONHOME="$$JULIA_DEPOT_PATH/conda/3/bin"
export CONDA_JL_HOME="$$JULIA_DEPOT_PATH/conda/3"
mkdir examples/GaussianProcessEmulator/depot
export JULIA_DEPOT_PATH="$$(pwd)/examples/GaussianProcessEmulator/depot:$JULIA_DEPOT_PATH"
mkdir examples/Emulator/GaussianProcess/depot
export JULIA_DEPOT_PATH="$$(pwd)/examples/Emulator/GaussianProcess/depot:$JULIA_DEPOT_PATH"
julia --color=yes --project -e '
println("--- Instantiating Project")
using Pkg;
Pkg.instantiate()
Pkg.activate("examples/GaussianProcessEmulator")
Pkg.instantiate()
println("+++ Running Learn Noise")
include("examples/GaussianProcessEmulator/learn_noise.jl")
println("+++ Running PlotGP")
include("examples/GaussianProcessEmulator/plot_GP.jl")'
include("examples/Emulator/GaussianProcess/plot_GP.jl")'
artifact_paths:
- "examples/GaussianProcessEmulator/output/*.png"
- "examples/Emulator/GaussianProcess/output/*.png"
env:
PYTHON: "$$JULIA_DEPOT_PATH/conda/3/bin/python"
PYTHONHOME: "$$JULIA_DEPOT_PATH/conda/3/bin"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: 1.5.4
version: 1.6
- name: Cache artifacts
uses: actions/cache@v1
env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Julia
uses: julia-actions/setup-julia@v1
with:
version: 1.5.4
version: 1.6

- name: Install Julia Project Packages
# we add this ENV varaible to force PyCall to download and use Conda rather than
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Set up Julia
uses: julia-actions/setup-julia@v1
with:
version: 1.5.4
version: 1.6

- name: Install Julia Project Packages
env:
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Set up Julia
uses: julia-actions/setup-julia@v1
with:
version: 1.5.4
version: 1.6

- name: Install Julia Project Packages
env:
Expand Down
Loading

0 comments on commit ce12c09

Please sign in to comment.