Skip to content

Commit 9ad2e5a

Browse files
committed
Load all requirements for the zarr-dev build
1 parent 6ae6355 commit 9ad2e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/zarr-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install dependencies
3939
shell: bash -l {0}
4040
run: |
41-
python -m pip install --upgrade pip wheel pytest tox
41+
python -m pip install -r requirements/requirements-dev.txt
4242
python -m pip install \
4343
git+https://github.com/zarr-developers/zarr-python.git@master
4444

0 commit comments

Comments
 (0)