File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 17
17
18
18
jobs :
19
19
test :
20
- runs-on : ubuntu-latest
20
+ runs-on : ubuntu-22.04
21
21
timeout-minutes : 30
22
22
env :
23
23
MPI4PY_TEST_SPAWN : true
@@ -113,27 +113,27 @@ jobs:
113
113
CFLAGS : " -O0"
114
114
115
115
- name : Test mpi4py (singleton)
116
- run : python test/main.py -v
116
+ run : python test/main.py -v -x test_doc
117
117
if : ${{ true }}
118
118
timeout-minutes : 10
119
119
- name : Test mpi4py (np=1)
120
- run : mpiexec -n 1 python test/main.py -v
120
+ run : mpiexec -n 1 python test/main.py -v -x test_doc
121
121
if : ${{ true }}
122
122
timeout-minutes : 10
123
123
- name : Test mpi4py (np=2)
124
- run : mpiexec -n 2 python test/main.py -v -f
124
+ run : mpiexec -n 2 python test/main.py -v -f -x test_doc
125
125
if : ${{ true }}
126
126
timeout-minutes : 10
127
127
- name : Test mpi4py (np=3)
128
- run : mpiexec -n 3 python test/main.py -v -f
128
+ run : mpiexec -n 3 python test/main.py -v -f -x test_doc
129
129
if : ${{ true }}
130
130
timeout-minutes : 10
131
131
- name : Test mpi4py (np=4)
132
- run : mpiexec -n 4 python test/main.py -v -f
132
+ run : mpiexec -n 4 python test/main.py -v -f -x test_doc
133
133
if : ${{ true }}
134
134
timeout-minutes : 10
135
135
- name : Test mpi4py (np=5)
136
- run : mpiexec -n 5 python test/main.py -v -f
136
+ run : mpiexec -n 5 python test/main.py -v -f -x test_doc
137
137
if : ${{ true }}
138
138
timeout-minutes : 10
139
139
@@ -151,7 +151,7 @@ jobs:
151
151
echo LD_LIBRARY_PATH=/opt/ompi/lib >> $GITHUB_ENV
152
152
153
153
- name : Test mpi4py (singleton)
154
- run : python test/main.py -v
154
+ run : python test/main.py -v -x test_doc
155
155
if : ${{ true }}
156
156
timeout-minutes : 10
157
157
You can’t perform that action at this time.
0 commit comments