Skip to content

Commit

Permalink
modified: .buildkite/pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaysridhar committed Nov 16, 2023
1 parent 9c46d57 commit b634aae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ steps:
- "julia --project=test -e 'using Pkg; Pkg.status()'"

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

0 comments on commit b634aae

Please sign in to comment.