File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,12 @@ steps:
2525 mkdir -p "$OCEANANIGANS_DIR"
2626 rsync -a . "$OCEANANIGANS_DIR/"
2727 cd "$OCEANANIGANS_DIR"
28- touch Manifest-v$(echo "${JULIA_VERSION}" | cut -d. -f1-2).toml
28+
29+ ls -lhrt
30+ julia +$JULIA_VERSION -O0 --color=yes --project -E 'Base.active_project()'
2931
3032 julia +$JULIA_VERSION -O0 --color=yes --project -e 'using Pkg; Pkg.test()'
33+ mv -v Manifest.toml Manifest-v$(echo "${JULIA_VERSION}" | cut -d. -f1-2).toml
3134 retry :
3235 automatic :
3336 - exit_status : 1
4346 command : |
4447 juliaup add $JULIA_VERSION_ENZYME
4548 cd "$OCEANANIGANS_DIR"
46- touch Manifest-v$(echo "${JULIA_VERSION_ENZYME}" | cut -d. -f1-2).toml
4749
4850 julia +$JULIA_VERSION_ENZYME -O0 --color=yes --project -e 'using Pkg; Pkg.test()'
51+ mv -v Manifest.toml Manifest-v$(echo "${JULIA_VERSION_ENZYME}" | cut -d. -f1-2).toml
4952 retry :
5053 automatic :
5154 - exit_status : 1
You can’t perform that action at this time.
0 commit comments