Skip to content

Commit

Permalink
add line to pipeline [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kmdeck committed Jul 11, 2024
1 parent 91d44da commit 1be85a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .buildkite/target/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ steps:
key: "init_env"
command:
- "echo $$JULIA_DEPOT_PATH"

- echo "--- Instantiate project"
- "julia --project -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
- "julia --project -e 'using Pkg; Pkg.status()'"

- echo "--- Instantiate experiments"
- "julia --project=.buildkite -e 'using Pkg; Pkg.develop(;path=\".\"); Pkg.instantiate(;verbose=true)'"
- "julia --project=.buildkite -e 'using Pkg; Pkg.status()'"
Expand Down

0 comments on commit 1be85a7

Please sign in to comment.