Skip to content

Commit 9d7cb3c

Browse files
committed
update pixi tests
1 parent 9f8ef94 commit 9d7cb3c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pixi/variants.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ zlib:
33
hdf5:
44
- 1.14.6
55
libboost-python-devel:
6-
- 1.88.0
6+
- 1.90.0
77
libboost-devel:
8-
- 1.88.0
8+
- 1.90.0
99
# c_stdlib_version:
1010
# - 2.17
1111
# c_stdlib:

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ jobs:
6969
runs-on: windows-2025
7070
steps:
7171
- uses: actions/checkout@v4
72-
- uses: ilammy/msvc-dev-cmd@v1
72+
- uses: ilammy/msvc-dev-cmd@v1.4.1
7373
- uses: prefix-dev/setup-pixi@v0.9.4
7474
with:
7575
pixi-version: v0.62.2
7676
cache: false
7777
- name: build pninexus
7878
run: |
79-
pixi add rattler-build libboost-headers=1.88.0 h5cpp libpninexus libboost=1.88.0 libboost-python=1.88.0 hdf5=1.14.6
79+
pixi add rattler-build libboost-headers=1.90.0 h5cpp libpninexus libboost=1.90.0 libboost-python=1.90.0 hdf5=1.14.6 compilers
8080
pixi run rattler-build build --recipe .github/workflows/pixi/recipe.yaml
8181
8282
deb_tests:

0 commit comments

Comments
 (0)