We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ef5d4 commit 0f94983Copy full SHA for 0f94983
1 file changed
.github/workflows/main.yml
@@ -200,9 +200,11 @@ jobs:
200
shell: bash
201
202
linux-class3:
203
- name: Ubuntu GCC with H5ZFP_USE_CLASS3=ON (HDF5 develop)
+ name: Ubuntu GCC with H5ZFP_USE_CLASS3=ON (HDF5 develop — pending upstream merge)
204
runs-on: ubuntu-latest
205
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
208
209
steps:
210
- name: Install Dependencies
0 commit comments