Skip to content

Commit

Permalink
feat(ci): bump HDF5 version in wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
ljgray committed Aug 7, 2024
1 parent 8b09e73 commit 90ae82f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
hdf5: ["1.10.7"]
hdf5: ["1.14.4"]

steps:
# Checkout bitshuffle
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Build wheels for linux and x86 platforms
- name: Build wheels
uses: pypa/cibuildwheel@v2.11.2
uses: pypa/cibuildwheel@v2.19.2
with:
output-dir: ./wheelhouse-hdf5-${{ matrix.hdf5}}
env:
Expand Down Expand Up @@ -57,18 +57,18 @@ jobs:
name: Build source distribution
strategy:
matrix:
python-version: ["3.8"]
python-version: ["3.9"]

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install apt dependencies
run: |
sudo apt-get install -y libhdf5-serial-dev hdf5-tools pkg-config
- name: Install Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 90ae82f

Please sign in to comment.