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 8e03b56 commit f4d9863Copy full SHA for f4d9863
1 file changed
.github/workflows/downstream.yml
@@ -85,7 +85,8 @@ jobs:
85
- name: Install numcodecs with test-zarr-main group
86
working-directory: numcodecs
87
run: |
88
- uv sync --group dev --group test-zarr-main
+ uv pip install meson-python
89
+ uv sync --group dev --group test-zarr-main --no-build-isolation
90
uv pip install --no-build-isolation -e .
91
92
- name: Override zarr-python with branch version
0 commit comments