Skip to content

Commit 3459871

Browse files
committed
add zarr-python to ci
1 parent 8ba9da7 commit 3459871

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

.github/workflows/ci-linux.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ jobs:
5353
export DISABLE_NUMCODECS_AVX2=""
5454
python -m pip install -v -e .[test,test_extras,msgpack,zfpy,pcodec]
5555
56+
- name: Install zarr-python
57+
shell: "bash -l {0}"
58+
run: |
59+
conda activate env
60+
python -m pip install zarr==3.0.0a0
61+
5662
- name: List installed packages
5763
shell: "bash -l {0}"
5864
run: |

.github/workflows/ci-osx.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ jobs:
5353
export DISABLE_NUMCODECS_AVX2=""
5454
python -m pip install -v -e .[test,test_extras,msgpack,zfpy,pcodec]
5555
56+
- name: Install zarr-python
57+
shell: "bash -l {0}"
58+
run: |
59+
conda activate env
60+
python -m pip install zarr==3.0.0a0
61+
5662
- name: List installed packages
5763
shell: "bash -l {0}"
5864
run: |

.github/workflows/ci-windows.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ jobs:
4545
conda activate env
4646
python -m pip install -v -e .[test,test_extras,msgpack,zfpy,pcodec]
4747
48+
- name: Install zarr-python
49+
shell: "bash -l {0}"
50+
run: |
51+
conda activate env
52+
python -m pip install zarr==3.0.0a0
53+
4854
- name: List installed packages
4955
shell: "bash -l {0}"
5056
run: |

0 commit comments

Comments
 (0)