Skip to content

Commit

Permalink
Mem utilization tests fail on zarr-python v3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Feb 17, 2025
1 parent a6d12a3 commit f905fa0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/slow-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["3.10"]
python-version: ["3.11"]
zarr: ["<3", ">3"]

steps:
- name: Checkout source
Expand All @@ -42,6 +43,10 @@ jobs:
run: |
python -m pip install -e .[test] memray
- name: Install zarr${{ matrix.zarr }}
run: |
python -m pip install -U 'zarr${{ matrix.zarr }}'
- name: Run tests
run: |
pytest -vs -k slow --runslow

0 comments on commit f905fa0

Please sign in to comment.