Skip to content

Bump tornado from 6.5.4 to 6.5.5 #11

Bump tornado from 6.5.4 to 6.5.5

Bump tornado from 6.5.4 to 6.5.5 #11

name: zarr v2 compatibility
on:
pull_request:
push:
branches: [main, test]
jobs:
test:
name: zarr v2 / Python 3.11 / ubuntu
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
- name: Install dependencies
run: uv sync --python 3.11 --group test
- name: Downgrade zarr to v2
run: uv pip install "zarr>=2.18,<3"
- name: Run tests
run: uv run pytest