We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b00ae commit f6620c0Copy full SHA for f6620c0
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install dependencies
21
run: |
22
python -m pip install --upgrade pip setuptools six wheel
23
- python -m pip install --upgrade numpy
+ python -m pip install --upgrade h5py
24
python -m pip install mypy pytest-cov -r requirements.txt
25
- run: mypy --install-types --non-interactive .
26
- name: Run tests
0 commit comments