Skip to content

Commit

Permalink
Merge pull request #2194 from WardF/update-hdf5-github-actions.wif
Browse files Browse the repository at this point in the history
Collapse and update the HDF5 versions being tested on Github Actions.
  • Loading branch information
WardF authored Jan 21, 2022
2 parents 850c4e8 + 6d5305a commit 5f3de85
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/run_tests_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Build hdf4, hdf5 dependencies and cache them in a combined directory.
###

name: Run netCDF Tests
name: Run Ubuntu/Linux netCDF Tests

on: [ pull_request ]

Expand All @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
hdf5: [ 1.8.21, 1.10.1, 1.10.7, 1.12.1 ]
hdf5: [ 1.8.21, 1.10.8, 1.12.1 ]

steps:

Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:

strategy:
matrix:
hdf5: [ 1.8.21, 1.10.1, 1.10.7, 1.12.1 ]
hdf5: [ 1.8.21, 1.10.8, 1.12.1 ]
use_nc4: [ nc3, nc4 ]
use_dap: [ dap_off, dap_on ]
use_nczarr: [ nczarr_off, nczarr_on ]
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:

strategy:
matrix:
hdf5: [ 1.8.21, 1.10.1, 1.10.7, 1.12.1 ]
hdf5: [ 1.8.21, 1.10.8, 1.12.1 ]
use_nc4: [ nc3, nc4 ]
use_dap: [ dap_off, dap_on ]
use_nczarr: [ nczarr_off, nczarr_on ]
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:

strategy:
matrix:
hdf5: [ 1.10.7 ]
hdf5: [ 1.12.1 ]
steps:

- uses: actions/checkout@v2
Expand Down Expand Up @@ -350,7 +350,7 @@ jobs:

strategy:
matrix:
hdf5: [ 1.10.7]
hdf5: [ 1.12.1 ]

steps:

Expand Down

0 comments on commit 5f3de85

Please sign in to comment.