We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 317f5b6 commit 03cee4dCopy full SHA for 03cee4d
.github/workflows/ci.yaml
@@ -61,7 +61,15 @@ jobs:
61
conda activate env
62
export DISABLE_NUMCODECS_AVX2=""
63
# TODO: put back zfpy import when it supports numpy 2.0
64
- python -m pip install -v -e .[test,test_extras,msgpack,pcodec]
+ python -m pip install -v -e .[test,test_extras,msgpack]
65
+
66
+ - name: Install pcodec
67
+ if: matrix.python-version != '3.13.0rc2'
68
+ shell: "bash -l {0}"
69
+ run: |
70
+ conda activate env
71
+ python -m pip install -v pcodec
72
73
74
# This is used to test with zfpy, which does not yet support numpy 2.0
75
- name: Install older numpy and zfpy
0 commit comments