File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ jobs:
283283 - name : " Run tests"
284284 run : |
285285 source ${HOME}/intel/compilers_and_libraries/linux/mpi/intel64/bin/mpivars.sh release
286- julia --project -e 'using Pkg; Pkg.test()'
286+ julia --color=yes -- project -e 'using Pkg; Pkg.test()'
287287
288288
289289 test-system-msmpi :
@@ -402,7 +402,7 @@ jobs:
402402 # - "1.7"
403403 # - "nightly"
404404 MPIWrapper :
405- - " 2.3.2 "
405+ - " 2.8.1 "
406406
407407 fail-fast : false
408408
@@ -471,7 +471,7 @@ jobs:
471471 # - "1.7"
472472 # - "nightly"
473473 MPIWrapper :
474- - " 2.3.2 "
474+ - " 2.8.1 "
475475
476476 fail-fast : false
477477
@@ -556,8 +556,8 @@ jobs:
556556 - name : " Build package"
557557 run : |
558558 source ${HOME}/intel/compilers_and_libraries/linux/mpi/intel64/bin/mpivars.sh release
559- julia --project -e 'using Pkg; Pkg.instantiate(verbose=true); Pkg.build(verbose=true)'
559+ julia --color=yes -- project -e 'using Pkg; Pkg.instantiate(verbose=true); Pkg.build(verbose=true)'
560560 - name : " Run tests"
561561 run : |
562562 source ${HOME}/intel/compilers_and_libraries/linux/mpi/intel64/bin/mpivars.sh release
563- julia --project -e 'using Pkg; Pkg.test()'
563+ julia --color=yes -- project -e 'using Pkg; Pkg.test()'
You can’t perform that action at this time.
0 commit comments