Skip to content

Commit 8f3e80c

Browse files
committed
fix hdf5 version
1 parent 49a3090 commit 8f3e80c

2 files changed

Lines changed: 8 additions & 9 deletions

File tree

.github/workflows/pixi/recipe.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,12 @@ requirements:
7373
- h5cpp
7474
- libpninexus
7575

76-
# # ImportError: libhdf5_hl.so.310: cannot open shared object file: No such file or directory
77-
# tests:
78-
# - python:
79-
# # python_version: ${{ python_min }}.*
80-
# imports:
81-
# - pninexus.h5cpp
82-
# - pninexus.nexus
76+
tests:
77+
- python:
78+
# python_version: ${{ python_min }}.*
79+
imports:
80+
- pninexus.h5cpp
81+
- pninexus.nexus
8382

8483
about:
8584
homepage: https://github.com/pni-libraries/python-pninexus

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
export PATH=/github/home/.pixi/bin:$PATH
3939
pixi shell-hook > .sh.sh
4040
source .sh.sh
41-
pixi add rattler-build compilers
41+
pixi add rattler-build compilers hdf5=1.14.6
4242
- name: build pninexus
4343
shell: bash
4444
run: |
@@ -58,7 +58,7 @@ jobs:
5858
export PATH=/Users/runner/.pixi/bin:$PATH
5959
pixi shell-hook > .sh.sh
6060
source .sh.sh
61-
pixi add rattler-build
61+
pixi add rattler-build hdf5=1.14.6
6262
- name: build pninexus
6363
shell: bash
6464
run: |

0 commit comments

Comments
 (0)