Skip to content

Commit d0f2ab9

Browse files
normanrzdstansby
andauthored
Update .github/workflows/ci.yaml
Co-authored-by: David Stansby <[email protected]>
1 parent 71178b0 commit d0f2ab9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ jobs:
7474
shell: "bash -l {0}"
7575
run: |
7676
conda activate env
77-
python -m pip install 'zarr==3.0.0b1'
77+
# TODO: remove --pre option when zarr v3 is out
78+
python -m pip install --pre 'zarr==3'
7879
7980
# This is used to test with zfpy, which does not yet support numpy 2.0
8081
- name: Install older numpy and zfpy

0 commit comments

Comments
 (0)