File tree Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 2
2
omit =
3
3
*/tests/*
4
4
cubed/array_api/*
5
- cubed/extensions/*
5
+ cubed/diagnostics/memray.py
6
6
cubed/runtime/executors/beam.py
7
7
cubed/runtime/executors/coiled.py
8
8
cubed/runtime/executors/dask*.py
Original file line number Diff line number Diff line change @@ -19,16 +19,11 @@ jobs:
19
19
matrix :
20
20
os : ["ubuntu-latest", "macos-13", "windows-latest"]
21
21
python-version : ["3.10"]
22
- PIP_FLAGS : [""]
23
22
include :
24
23
- os : " ubuntu-latest"
25
24
python-version : " 3.12"
26
25
- os : " ubuntu-latest"
27
26
python-version : " 3.13"
28
- # Disable until Zarr v3 is working https://github.com/cubed-dev/cubed/issues/295
29
- # - os: "ubuntu-latest"
30
- # python-version: "3.12"
31
- # PIP_FLAGS: "--pre"
32
27
33
28
steps :
34
29
- name : Checkout source
53
48
54
49
- name : Install
55
50
run : |
56
- python -m pip install ${PIP_FLAGS} -e .[test]
57
- env :
58
- PIP_FLAGS : ${{ matrix.PIP_FLAGS }}
51
+ python -m pip install -e .[test]
59
52
60
53
- name : Run tests
61
54
env :
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies = [
36
36
" psutil" ,
37
37
" tenacity" ,
38
38
" toolz" ,
39
- " zarr" ,
39
+ " zarr < 3 " ,
40
40
]
41
41
42
42
[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments