We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6620c0 commit 4f70232Copy full SHA for 4f70232
.github/workflows/build.yml
@@ -20,7 +20,6 @@ jobs:
20
- name: Install dependencies
21
run: |
22
python -m pip install --upgrade pip setuptools six wheel
23
- 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