Skip to content

Commit 12d450d

Browse files
committed
fix hdf5 version
1 parent fe84bb0 commit 12d450d

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/pixi/variants.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ libboost-python-devel:
66
- 1.88.0
77
libboost-devel:
88
- 1.88.0
9+
hdf5:
10+
- 1.14.6
911
# c_stdlib_version:
1012
# - 2.17
1113
# c_stdlib:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
cache: false
7676
- name: build pninexus
7777
run: |
78-
pixi add rattler-build compilers libboost-headers=1.88.0 h5cpp libpninexus libboost=1.88.0 libboost-python=1.88.0
78+
pixi add rattler-build compilers libboost-headers=1.88.0 h5cpp libpninexus libboost=1.88.0 libboost-python=1.88.0 hdf5=1.14.6
7979
pixi run rattler-build build --recipe .github/workflows/pixi/recipe.yaml
8080
8181
deb_tests:

0 commit comments

Comments
 (0)