Skip to content

Commit 25d6a82

Browse files
committed
Don't install zfpy in tests
1 parent 1654378 commit 25d6a82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ jobs:
5959
run: |
6060
conda activate env
6161
export DISABLE_NUMCODECS_AVX2=""
62-
python -m pip install -v -e .[test,test_extras,msgpack,zfpy,pcodec]
62+
# TODO: put back zfpy import when it supports numpy 2.0
63+
python -m pip install -v -e .[test,test_extras,msgpack,pcodec]
6364
6465
- name: List installed packages
6566
shell: "bash -l {0}"

0 commit comments

Comments
 (0)