Skip to content

Commit

Permalink
CI: Fix the cp312 wheel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BvB93 committed Oct 6, 2023
1 parent 7a3e4f4 commit 6751a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Install dependencies
run: |
WHL_NAME=$(python scripts/get_whl_name.py dist ${{ matrix.buildplat[2] }})
if [[ "${{ matrix.version }}" == '3.12' ]]; then
if [[ "${{ matrix.version[1] }}" == '3.12' ]]; then
sudo apt-get update
sudo apt-get install libhdf5-dev
pip install git+https://github.com/h5py/h5py@89e1e2e78d7fb167d2a67c9a8354ced6491160fe
Expand Down

0 comments on commit 6751a21

Please sign in to comment.