Skip to content

Commit

Permalink
testing for zarr v2 and v3
Browse files Browse the repository at this point in the history
  • Loading branch information
observingClouds committed Jan 16, 2025
1 parent 99fad91 commit dd827d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ jobs:
matrix:
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10"]
zarr-version: [">=2,<3", ">2,<=3"]
steps:
- uses: actions/checkout@v2
- name: Install package with pip
run: |
python -m pip install .
python -m pip install . "zarr${{ matrix.zarr-version }}"
python -m pip install pytest
- name: Run tests
Expand Down

0 comments on commit dd827d6

Please sign in to comment.