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 88580e1 commit e776c21Copy full SHA for e776c21
.buildkite/pipeline.yml
@@ -25,7 +25,7 @@ steps:
25
mkdir -p "$OCEANANIGANS_DIR"
26
rsync -a . "$OCEANANIGANS_DIR/"
27
cd "$OCEANANIGANS_DIR"
28
- mv Manifest.toml Manifest-v12.0.toml
+ mv Manifest.toml Manifest-v1.12.toml
29
30
julia +$JULIA_VERSION -O0 --color=yes --project -e 'using Pkg; Pkg.test()'
31
retry:
0 commit comments