We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b62b4 commit 6d755adCopy full SHA for 6d755ad
1 file changed
.github/workflows/slow-tests.yml
@@ -19,7 +19,6 @@ jobs:
19
matrix:
20
os: ["ubuntu-latest"]
21
python-version: ["3.12"]
22
- zarr: ["<3"]
23
24
steps:
25
- name: Checkout source
@@ -43,10 +42,6 @@ jobs:
43
42
run: |
44
python -m pip install -e .[test] memray
45
46
- - name: Install zarr${{ matrix.zarr }}
47
- run: |
48
- python -m pip install -U 'zarr${{ matrix.zarr }}'
49
-
50
- name: Run tests
51
52
pytest -vs -k slow --runslow
0 commit comments