Skip to content

Commit

Permalink
Reinstate test_double_encode_partition for zarr-python 3.0.3 and later
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite authored and jeromekelleher committed Feb 19, 2025
1 parent fb47b63 commit d851fc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit d851fc3

Please sign in to comment.