Skip to content

Commit de9e7ad

Browse files
committed
CI: Disable MPICH for now
1 parent b9d5266 commit de9e7ad

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/linux.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,9 @@ jobs:
162162
# ADIOS2 v2.10
163163
gcc13_py312_mpich_h5_ad2:
164164
runs-on: ubuntu-24.04
165-
if: github.event.pull_request.draft == false
165+
# disabled because of unclear runtime issues
166+
if: 0
167+
#if: github.event.pull_request.draft == false
166168
steps:
167169
- uses: actions/checkout@v4
168170
- name: Spack Cache

0 commit comments

Comments
 (0)