Skip to content

Commit d9c44b7

Browse files
committed
fix: install dev group first
1 parent df03b65 commit d9c44b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
working-directory: numcodecs
8787
run: |
8888
uv venv
89-
uv pip install meson-python
89+
uv pip install --group dev
9090
uv sync --group dev --group test-zarr-main --no-build-isolation
9191
uv pip install --no-build-isolation -e .
9292

0 commit comments

Comments
 (0)