Skip to content

Commit

Permalink
fix(wheels): hdf5 does not have a 1.14.4 distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
ljgray committed Sep 24, 2024
1 parent bf1ebfc commit 49441db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
hdf5: ["1.10.7", "1.14.4"]
hdf5: ["1.10.7", "1.14.4-3"]

steps:
# Checkout bitshuffle
Expand Down

0 comments on commit 49441db

Please sign in to comment.