We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82fa7a8 commit 20aa698Copy full SHA for 20aa698
.github/workflows/ci.yaml
@@ -15,7 +15,7 @@ jobs:
15
python-version: ["3.10", "3.11", "3.12", "3.13.0"]
16
# macos-12 is an intel runner, macos-14 is a arm64 runner
17
platform: [ubuntu-latest, windows-latest, macos-12, macos-14]
18
- zarr-version: [">=2,<3", "==3.0.0b0"]
+ zarr-version: ["zarr>=2,<3", "zarr==3.0.0b0"]
19
20
steps:
21
- name: Checkout source
@@ -77,7 +77,7 @@ jobs:
77
shell: "bash -l {0}"
78
run: |
79
conda activate env
80
- python -m pip install zarr${{ matrix.zarr-version }}
+ python -m pip install '${{ matrix.zarr-version }}'
81
82
# This is used to test with zfpy, which does not yet support numpy 2.0
83
- name: Install older numpy and zfpy
0 commit comments