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 e9e3ece commit 643dd41Copy full SHA for 643dd41
.buildkite/pipeline.yml
@@ -25,6 +25,7 @@ steps:
25
26
- echo "--- Instantiate experiments"
27
- "julia --project=.buildkite -e 'using Pkg; Pkg.develop(;path=\".\"); Pkg.instantiate(;verbose=true)'"
28
+ - "julia --project=.buildkite -e 'using Pkg; Pkg.add(Pkg.PackageSpec(;name=\"ClimaTimeSteppers\", rev=\"main\"))'"
29
- "julia --project=.buildkite -e 'using Pkg; Pkg.status()'"
30
31
- echo "--- Instantiate test"
0 commit comments