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:
283
283
- name : " Run tests"
284
284
run : |
285
285
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()'
287
287
288
288
289
289
test-system-msmpi :
@@ -402,7 +402,7 @@ jobs:
402
402
# - "1.7"
403
403
# - "nightly"
404
404
MPIWrapper :
405
- - " 2.3.2 "
405
+ - " 2.8.1 "
406
406
407
407
fail-fast : false
408
408
@@ -471,7 +471,7 @@ jobs:
471
471
# - "1.7"
472
472
# - "nightly"
473
473
MPIWrapper :
474
- - " 2.3.2 "
474
+ - " 2.8.1 "
475
475
476
476
fail-fast : false
477
477
@@ -556,8 +556,8 @@ jobs:
556
556
- name : " Build package"
557
557
run : |
558
558
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)'
560
560
- name : " Run tests"
561
561
run : |
562
562
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