Skip to content

Commit 20aa698

Browse files
committed
ci install
1 parent 82fa7a8 commit 20aa698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python-version: ["3.10", "3.11", "3.12", "3.13.0"]
1616
# macos-12 is an intel runner, macos-14 is a arm64 runner
1717
platform: [ubuntu-latest, windows-latest, macos-12, macos-14]
18-
zarr-version: [">=2,<3", "==3.0.0b0"]
18+
zarr-version: ["zarr>=2,<3", "zarr==3.0.0b0"]
1919

2020
steps:
2121
- name: Checkout source
@@ -77,7 +77,7 @@ jobs:
7777
shell: "bash -l {0}"
7878
run: |
7979
conda activate env
80-
python -m pip install zarr${{ matrix.zarr-version }}
80+
python -m pip install '${{ matrix.zarr-version }}'
8181
8282
# This is used to test with zfpy, which does not yet support numpy 2.0
8383
- name: Install older numpy and zfpy

0 commit comments

Comments
 (0)