Skip to content

Commit 0f94983

Browse files
committed
ci: mark linux-class3 job continue-on-error until HDF5 fixes land in develop
1 parent c3ef5d4 commit 0f94983

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,11 @@ jobs:
200200
shell: bash
201201

202202
linux-class3:
203-
name: Ubuntu GCC with H5ZFP_USE_CLASS3=ON (HDF5 develop)
203+
name: Ubuntu GCC with H5ZFP_USE_CLASS3=ON (HDF5 develop — pending upstream merge)
204204
runs-on: ubuntu-latest
205205
if: "!contains(github.event.head_commit.message, 'skip-ci')"
206+
# H5Z_class3_t is not yet in HDF5 develop; allow failure until the fixes land upstream.
207+
continue-on-error: true
206208

207209
steps:
208210
- name: Install Dependencies

0 commit comments

Comments
 (0)