Skip to content

Commit 48c0c2d

Browse files
authored
Install numpy in GitHub Actions workflow
1 parent 4727296 commit 48c0c2d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
pip install pytest-cov
5050
- name: Install dependencies
5151
run: |
52+
pip install numpy
5253
pip install --pre -e ".[dev,test,pre]"
5354
- name: Test
5455
env:

0 commit comments

Comments
 (0)