Skip to content

Commit

Permalink
pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
odunbar committed Oct 23, 2023
1 parent f1c3a54 commit 2c1363c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ steps:
- "julia --project -e 'using Conda; Conda.add(\"matplotlib=3.7.1\")'"
env:
PYTHON: ""

artifact_paths:
- *.toml
agents:
config: cpu
queue: central
Expand All @@ -34,6 +37,7 @@ steps:
julia --color=yes --project=examples/Lorenz -e '
println("--- Developing Project")
using Pkg;
Pkg.Registry.update()
Pkg.develop(path=".")
println("--- Instantiating Project")
Pkg.instantiate()
Expand Down Expand Up @@ -61,6 +65,7 @@ steps:
julia --color=yes --project=examples/Emulator/GaussianProcess -e '
println("--- Developing Project")
using Pkg;
Pkg.Registry.update()
Pkg.develop(path=".")
println("--- Instantiating Project")
Pkg.instantiate()
Expand Down Expand Up @@ -92,6 +97,7 @@ steps:
julia --color=yes --project=examples/Emulator/RandomFeature -e '
println("--- Developing Project")
using Pkg;
Pkg.Registry.update()
Pkg.develop(path=".")
println("--- Instantiating Project")
Pkg.instantiate()
Expand Down

0 comments on commit 2c1363c

Please sign in to comment.