Skip to content

Commit ed31802

Browse files
committed
Fix build
1 parent f30e67f commit ed31802

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/downstream.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,19 +71,22 @@ jobs:
7171
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7272
with:
7373
repository: zarr-developers/numcodecs
74+
fetch-depth: 0
7475
path: numcodecs
7576
persist-credentials: false
7677

7778
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
7879
with:
7980
python-version: '3.13'
8081

82+
- name: Install uv
83+
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
84+
8185
- name: Install numcodecs with test-zarr-main group
8286
working-directory: numcodecs
8387
run: |
84-
pip install uv
85-
uv pip install --group dev
86-
uv sync --no-build-isolation --group test-zarr-main
88+
uv sync --group dev --group test-zarr-main
89+
uv pip install --no-build-isolation -e .
8790
8891
- name: Override zarr-python with branch version
8992
working-directory: numcodecs

0 commit comments

Comments
 (0)