Skip to content

Commit e776c21

Browse files
Update .buildkite/pipeline.yml
Co-authored-by: Mosè Giordano <[email protected]>
1 parent 88580e1 commit e776c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ steps:
2525
mkdir -p "$OCEANANIGANS_DIR"
2626
rsync -a . "$OCEANANIGANS_DIR/"
2727
cd "$OCEANANIGANS_DIR"
28-
mv Manifest.toml Manifest-v12.0.toml
28+
mv Manifest.toml Manifest-v1.12.toml
2929
3030
julia +$JULIA_VERSION -O0 --color=yes --project -e 'using Pkg; Pkg.test()'
3131
retry:

0 commit comments

Comments
 (0)