We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 603d71c commit 32b00aeCopy full SHA for 32b00ae
.github/workflows/build.yml
@@ -20,6 +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
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