Skip to content

Commit f83564f

Browse files
authored
Disable "MPI-enabled" CI tests
They no longer serve a purpose besides producing false negatives and burning up our free hours with GitHub's runner
1 parent 76cfbb8 commit f83564f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
shell: bash -l {0}
1717
strategy:
1818
matrix:
19-
mpi_enabled: [0, 1]
19+
mpi_enabled: [0]
2020
fail-fast: false
2121

2222
steps:

0 commit comments

Comments
 (0)