Skip to content

Commit

Permalink
dont install zarr python 3 in workflows running 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiannucci committed Oct 15, 2024
1 parent a895a6c commit d01669b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
python -m pip install -v -e .[test,test_extras,msgpack,pcodec]
- name: Install zarr-python
if : matrix.python-version != '3.10'
shell: "bash -l {0}"
run: |
conda activate env
Expand Down

0 comments on commit d01669b

Please sign in to comment.