Skip to content

Commit d01669b

Browse files
committed
dont install zarr python 3 in workflows running 3.10
1 parent a895a6c commit d01669b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
python -m pip install -v -e .[test,test_extras,msgpack,pcodec]
6565
6666
- name: Install zarr-python
67+
if : matrix.python-version != '3.10'
6768
shell: "bash -l {0}"
6869
run: |
6970
conda activate env

0 commit comments

Comments
 (0)