We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae6355 commit 9ad2e5aCopy full SHA for 9ad2e5a
.github/workflows/zarr-dev.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Install dependencies
39
shell: bash -l {0}
40
run: |
41
- python -m pip install --upgrade pip wheel pytest tox
+ python -m pip install -r requirements/requirements-dev.txt
42
python -m pip install \
43
git+https://github.com/zarr-developers/zarr-python.git@master
44
0 commit comments