Skip to content

Commit 32b00ae

Browse files
authored
python -m pip install --upgrade numpy
1 parent 603d71c commit 32b00ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip setuptools six wheel
23+
python -m pip install --upgrade numpy
2324
python -m pip install mypy pytest-cov -r requirements.txt
2425
- run: mypy --install-types --non-interactive .
2526
- name: Run tests

0 commit comments

Comments
 (0)