Skip to content

Commit

Permalink
Merge pull request #2504 from WardF/hdf5_github_action_update.wif
Browse files Browse the repository at this point in the history
Update hdf5 version in github actions.
  • Loading branch information
WardF authored Sep 14, 2022
2 parents 4fdfb6c + 9b9fcfb commit 826ddb0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/run_tests_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
hdf5: [ 1.12.1 ]
hdf5: [ 1.12.2 ]

steps:

Expand Down Expand Up @@ -54,8 +54,8 @@ jobs:

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

strategy:
matrix:
hdf5: [ 1.12.1 ]
hdf5: [ 1.12.2 ]
use_nc4: [ nc3, nc4 ]
use_dap: [ dap_off, dap_on ]
use_nczarr: [ nczarr_off, nczarr_on ]
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:

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

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

strategy:
matrix:
hdf5: [ 1.12.1 ]
hdf5: [ 1.12.2 ]

steps:

Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/run_tests_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
hdf5: [ 1.8.22, 1.10.8, 1.12.1 ]
hdf5: [ 1.8.22, 1.10.8, 1.12.2 ]

steps:

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

strategy:
matrix:
hdf5: [ 1.12.1 ]
hdf5: [ 1.12.2 ]

steps:

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

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

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

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

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

strategy:
matrix:
hdf5: [ 1.12.1 ]
hdf5: [ 1.12.2 ]

steps:

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

strategy:
matrix:
hdf5: [ 1.12.1 ]
hdf5: [ 1.12.2 ]

steps:

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

strategy:
matrix:
hdf5: [ 1.8.22, 1.10.8, 1.12.1 ]
hdf5: [ 1.8.22, 1.10.8, 1.12.2 ]
use_nc4: [ nc3, nc4 ]
use_dap: [ dap_off, dap_on ]
use_nczarr: [ nczarr_off, nczarr_on ]
Expand Down Expand Up @@ -545,7 +545,7 @@ jobs:

strategy:
matrix:
hdf5: [ 1.8.22, 1.10.8, 1.12.1 ]
hdf5: [ 1.8.22, 1.10.8, 1.12.2 ]
use_nc4: [ nc3, nc4 ]
use_dap: [ dap_off, dap_on ]
use_nczarr: [ nczarr_off, nczarr_on ]
Expand Down

0 comments on commit 826ddb0

Please sign in to comment.