Skip to content

Commit d58971a

Browse files
authored
Remove zarr-python setup from deploy workflow
Removed setup steps for zarr-python from the workflow.
1 parent aa64eec commit d58971a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ jobs:
3939
- name: Install uv
4040
uses: astral-sh/setup-uv@v6
4141

42-
- name: Set up zarr-python
43-
run: |
44-
uv venv && uv init
45-
uv add zarr
46-
4742
- name: Download testdata
4843
run: |
4944
mkdir testoutput

0 commit comments

Comments
 (0)