We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b9f85 commit ab4f585Copy full SHA for ab4f585
.buildkite/run_tutorial.yml
@@ -37,7 +37,7 @@ steps:
37
commands: |
38
# Instantiate, to install the overall project dependencies
39
echo "--- Instantiate"
40
- julia --project=. -e 'using Pkg; Pkg.instantiate()'
+ julia --project=. -e 'using Pkg; Pkg.instantiate(); Pkg.build()'
41
42
# Run tutorial
43
echo "+++ Run tutorial for {PATH}"
0 commit comments