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 58f74a6 commit 06acd08Copy full SHA for 06acd08
1 file changed
.github/workflows/downstream.yml
@@ -82,7 +82,8 @@ jobs:
82
working-directory: numcodecs
83
run: |
84
pip install uv
85
- uv sync --group test-zarr-main
+ uv pip install --group dev
86
+ uv sync --no-build-isolation --group test-zarr-main
87
88
- name: Override zarr-python with branch version
89
0 commit comments