Skip to content

Commit 56d03ad

Browse files
committed
Test with zfpy on Python 3.10
1 parent bfb9063 commit 56d03ad

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,14 @@ jobs:
6262
# TODO: put back zfpy import when it supports numpy 2.0
6363
python -m pip install -v -e .[test,test_extras,msgpack,pcodec]
6464
65+
# This is used to test with zfpy, which does not yet support numpy 2.0
66+
- name: Install older numpy and zfpy
67+
if: ${{ matrix.python-version }} == '3.10'
68+
shell: "bash -l {0}"
69+
run: |
70+
conda activate env
71+
python -m pip install zfpy>1 numpy<2
72+
6573
- name: List installed packages
6674
shell: "bash -l {0}"
6775
run: |

0 commit comments

Comments
 (0)