Skip to content

Commit

Permalink
add zarr-python to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
normanrz committed Jun 12, 2024
1 parent 8ba9da7 commit 3459871
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ jobs:
export DISABLE_NUMCODECS_AVX2=""
python -m pip install -v -e .[test,test_extras,msgpack,zfpy,pcodec]
- name: Install zarr-python
shell: "bash -l {0}"
run: |
conda activate env
python -m pip install zarr==3.0.0a0
- name: List installed packages
shell: "bash -l {0}"
run: |
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/ci-osx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ jobs:
export DISABLE_NUMCODECS_AVX2=""
python -m pip install -v -e .[test,test_extras,msgpack,zfpy,pcodec]
- name: Install zarr-python
shell: "bash -l {0}"
run: |
conda activate env
python -m pip install zarr==3.0.0a0
- name: List installed packages
shell: "bash -l {0}"
run: |
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/ci-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ jobs:
conda activate env
python -m pip install -v -e .[test,test_extras,msgpack,zfpy,pcodec]
- name: Install zarr-python
shell: "bash -l {0}"
run: |
conda activate env
python -m pip install zarr==3.0.0a0
- name: List installed packages
shell: "bash -l {0}"
run: |
Expand Down

0 comments on commit 3459871

Please sign in to comment.