Skip to content

Commit

Permalink
Test on zfpy again (zarr-developers#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby authored Jan 8, 2025
1 parent 6c0ea0f commit 5502dc8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ jobs:
- name: Install numcodecs
run: |
export DISABLE_NUMCODECS_AVX2=""
# TODO: put back zfpy import when it supports numpy 2.0
python -m pip install -v -e .[test,test_extras,msgpack,crc32c,pcodec]
python -m pip install -v -e .[test,test_extras,msgpack,crc32c,pcodec,zfpy]
- name: Install zarr-python
# Since zarr v3 requires numpy >= 1.25, on Python 3.11 leave it out
Expand All @@ -60,11 +59,6 @@ jobs:
# TODO: remove --pre option when zarr v3 is out
run: python -m pip install --pre zarr>=3.0.0b2

# This is used to test with zfpy, which does not yet support numpy 2.0
- name: Install older numpy and zfpy
if: matrix.python-version == '3.11'
run: python -m pip install -v ".[zfpy]"

- name: List installed packages
run: python -m pip list

Expand Down

0 comments on commit 5502dc8

Please sign in to comment.