File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments