Skip to content

Commit 315c08f

Browse files
authored
Merge pull request #121 from pyiron/fix-coverage
Fix coverage
2 parents 316357b + 990650a commit 315c08f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unittest-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
OMPI_MCA_rmaps_base_oversubscribe: 'yes'
6666
OMPI_MCA_btl_vader_single_copy_mechanism: 'none'
6767
- name: Coverage
68-
if: matrix.label == 'linux-64-py-3-10'
68+
if: matrix.label == 'linux-64-py-3-10-openmpi'
6969
continue-on-error: True
7070
shell: bash -l {0}
7171
run: |

0 commit comments

Comments
 (0)