Skip to content

Commit f4d9863

Browse files
committed
fix: numcodecs build in downstream
1 parent 8e03b56 commit f4d9863

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/downstream.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ jobs:
8585
- name: Install numcodecs with test-zarr-main group
8686
working-directory: numcodecs
8787
run: |
88-
uv sync --group dev --group test-zarr-main
88+
uv pip install meson-python
89+
uv sync --group dev --group test-zarr-main --no-build-isolation
8990
uv pip install --no-build-isolation -e .
9091
9192
- name: Override zarr-python with branch version

0 commit comments

Comments
 (0)