Skip to content

Commit 6d755ad

Browse files
committed
Run memory utilization tests on Zarr Python v3 only
1 parent 75b62b4 commit 6d755ad

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/slow-tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
matrix:
2020
os: ["ubuntu-latest"]
2121
python-version: ["3.12"]
22-
zarr: ["<3"]
2322

2423
steps:
2524
- name: Checkout source
@@ -43,10 +42,6 @@ jobs:
4342
run: |
4443
python -m pip install -e .[test] memray
4544
46-
- name: Install zarr${{ matrix.zarr }}
47-
run: |
48-
python -m pip install -U 'zarr${{ matrix.zarr }}'
49-
5045
- name: Run tests
5146
run: |
5247
pytest -vs -k slow --runslow

0 commit comments

Comments
 (0)