From 5502dc886cce2825a27ca6479119f5e082ce5427 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Wed, 8 Jan 2025 10:36:03 +0000 Subject: [PATCH] Test on zfpy again (#678) --- .github/workflows/ci.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0985caec..a2a62c44 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 @@ -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