Skip to content

Commit 06acd08

Browse files
committed
Fix build
1 parent 58f74a6 commit 06acd08

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
@@ -82,7 +82,8 @@ jobs:
8282
working-directory: numcodecs
8383
run: |
8484
pip install uv
85-
uv sync --group test-zarr-main
85+
uv pip install --group dev
86+
uv sync --no-build-isolation --group test-zarr-main
8687
8788
- name: Override zarr-python with branch version
8889
working-directory: numcodecs

0 commit comments

Comments
 (0)