Skip to content

Commit 12d1708

Browse files
committed
ci: exclude rank=9 for openmpi as it does not run in CI (works locally)
1 parent aee9add commit 12d1708

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
exclude:
2121
- os: macos-latest
2222
mpi: 'intelmpi'
23+
- mpi: 'openmpi'
24+
rank: '9' # works locally, not in CI
2325
runs-on: ${{ matrix.os }}
2426
steps:
2527
- name: Checkout

0 commit comments

Comments
 (0)