There was an error while loading. Please reload this page.
1 parent 4727296 commit 48c0c2dCopy full SHA for 48c0c2d
1 file changed
.github/workflows/test.yaml
@@ -49,6 +49,7 @@ jobs:
49
pip install pytest-cov
50
- name: Install dependencies
51
run: |
52
+ pip install numpy
53
pip install --pre -e ".[dev,test,pre]"
54
- name: Test
55
env:
0 commit comments