Skip to content

Commit ab4f585

Browse files
add build
1 parent 16b9f85 commit ab4f585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/run_tutorial.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ steps:
3737
commands: |
3838
# Instantiate, to install the overall project dependencies
3939
echo "--- Instantiate"
40-
julia --project=. -e 'using Pkg; Pkg.instantiate()'
40+
julia --project=. -e 'using Pkg; Pkg.instantiate(); Pkg.build()'
4141
4242
# Run tutorial
4343
echo "+++ Run tutorial for {PATH}"

0 commit comments

Comments
 (0)