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 @@ -113,27 +113,27 @@ jobs:
113113 CFLAGS : " -O0"
114114
115115 - name : Test mpi4py (singleton)
116- run : python test/main.py -v
116+ run : python test/main.py -v -x test_doc
117117 if : ${{ true }}
118118 timeout-minutes : 10
119119 - 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
121121 if : ${{ true }}
122122 timeout-minutes : 10
123123 - 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
125125 if : ${{ true }}
126126 timeout-minutes : 10
127127 - 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
129129 if : ${{ true }}
130130 timeout-minutes : 10
131131 - 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
133133 if : ${{ true }}
134134 timeout-minutes : 10
135135 - 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
137137 if : ${{ true }}
138138 timeout-minutes : 10
139139
@@ -151,7 +151,7 @@ jobs:
151151 echo LD_LIBRARY_PATH=/opt/ompi/lib >> $GITHUB_ENV
152152
153153 - name : Test mpi4py (singleton)
154- run : python test/main.py -v
154+ run : python test/main.py -v -x test_doc
155155 if : ${{ true }}
156156 timeout-minutes : 10
157157
You can’t perform that action at this time.
0 commit comments