From 42c17847eb606a2409468c76c03d7085d5bf5a71 Mon Sep 17 00:00:00 2001 From: Tom White Date: Wed, 19 Feb 2025 14:26:21 +0000 Subject: [PATCH] Reinstate test_double_encode_partition for zarr-python 3.0.3 and later --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fcfea19e..22abaf83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -138,7 +138,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - zarr: ["==2.18.3", ">=3"] + zarr: ["==2.18.3", ">=3.0.3"] steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 @@ -153,4 +153,4 @@ jobs: python -m pip install 'zarr${{ matrix.zarr }}' - name: Run tests run: | - python -m pytest -k "not test_double_encode_partition" + python -m pytest