File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1414
1515jobs :
1616 mpi4py-tests :
17- runs-on : ubuntu-latest
17+ runs-on : ubuntu-22.04
1818 timeout-minutes : 30
1919 env :
2020 ${{ inputs.env_name}} : 1
@@ -59,27 +59,27 @@ jobs:
5959 # ----------------------------------------------
6060
6161 - name : Test mpi4py (singleton)
62- run : python test/main.py -v
62+ run : python test/main.py -v -x test_doc
6363 if : ${{ true }}
6464 timeout-minutes : 10
6565 - name : Test mpi4py (np=1)
66- run : mpiexec -n 1 python test/main.py -v
66+ run : mpiexec -n 1 python test/main.py -v -x test_doc
6767 if : ${{ true }}
6868 timeout-minutes : 10
6969 - name : Test mpi4py (np=2)
70- run : mpiexec -n 2 python test/main.py -v -f
70+ run : mpiexec -n 2 python test/main.py -v -f -x test_doc
7171 if : ${{ true }}
7272 timeout-minutes : 10
7373 - name : Test mpi4py (np=3)
74- run : mpiexec -n 3 python test/main.py -v -f
74+ run : mpiexec -n 3 python test/main.py -v -f -x test_doc
7575 if : ${{ true }}
7676 timeout-minutes : 10
7777 - name : Test mpi4py (np=4)
78- run : mpiexec -n 4 python test/main.py -v -f
78+ run : mpiexec -n 4 python test/main.py -v -f -x test_doc
7979 if : ${{ true }}
8080 timeout-minutes : 10
8181 - name : Test mpi4py (np=5)
82- run : mpiexec -n 5 python test/main.py -v -f
82+ run : mpiexec -n 5 python test/main.py -v -f -x test_doc
8383 if : ${{ true }}
8484 timeout-minutes : 10
8585
You can’t perform that action at this time.
0 commit comments