Skip to content

Commit 77cf395

Browse files
committed
Try explicitly installing numpy
1 parent b32d4e6 commit 77cf395

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
python -m pip install --upgrade pip
3131
pip install setuptools
3232
pip install cython flake8 pytest
33+
pip install numpy
3334
python setup.py install
3435
- name: Lint with flake8
3536
run: |

0 commit comments

Comments
 (0)