Skip to content

Commit 12a1197

Browse files
committed
Move pcodec import back
1 parent 50bd1fd commit 12a1197

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,7 @@ jobs:
5050
run: |
5151
export DISABLE_NUMCODECS_AVX2=""
5252
# TODO: put back zfpy import when it supports numpy 2.0
53-
python -m pip install -v -e .[test,test_extras,msgpack,crc32c]
54-
55-
- name: Install pcodec
56-
if: matrix.python-version != '3.13'
57-
run: python -m pip install -v ".[pcodec]"
53+
python -m pip install -v -e .[test,test_extras,msgpack,crc32c,pcodec]
5854
5955
- name: Install zarr-python
6056
# Since zarr v3 requires numpy >= 1.25, on Python 3.11 leave it out

0 commit comments

Comments
 (0)