Skip to content

Commit dc5c80c

Browse files
rhc54hppritcha
authored andcommitted
Update CI
Exclude docs from mpi4py tests Signed-off-by: Ralph Castain <[email protected]> (cherry picked from commit 81a410a)
1 parent 1859b83 commit dc5c80c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/prte_mpi4py.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,27 +141,27 @@ jobs:
141141
CFLAGS: "-O0"
142142

143143
- name: Test mpi4py (singleton)
144-
run: python test/main.py -v
144+
run: python test/main.py -v -x test_doc
145145
if: ${{ true }}
146146
timeout-minutes: 5
147147
- name: Test mpi4py (np=1)
148-
run: mpiexec -n 1 python test/main.py -v
148+
run: mpiexec -n 1 python test/main.py -v -x test_doc
149149
if: ${{ true }}
150150
timeout-minutes: 5
151151
- name: Test mpi4py (np=2)
152-
run: mpiexec -n 2 python test/main.py -v -f
152+
run: mpiexec -n 2 python test/main.py -v -f -x test_doc
153153
if: ${{ true }}
154154
timeout-minutes: 5
155155
- name: Test mpi4py (np=3)
156-
run: mpiexec -n 3 python test/main.py -v -f
156+
run: mpiexec -n 3 python test/main.py -v -f -x test_doc
157157
if: ${{ true }}
158158
timeout-minutes: 5
159159
- name: Test mpi4py (np=4)
160-
run: mpiexec -n 4 python test/main.py -v -f
160+
run: mpiexec -n 4 python test/main.py -v -f -x test_doc
161161
if: ${{ true }}
162162
timeout-minutes: 10
163163
- name: Test mpi4py (np=5)
164-
run: mpiexec -n 5 python test/main.py -v -f
164+
run: mpiexec -n 5 python test/main.py -v -f -x test_doc
165165
if: ${{ true }}
166166
timeout-minutes: 10
167167

0 commit comments

Comments
 (0)