Skip to content

Commit 9567cb8

Browse files
committed
Fix an error by not importing scipy
1 parent 80d4e26 commit 9567cb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
run: |
2323
python -m pip install --upgrade pip setuptools
2424
pip install pytest
25+
pip install scipy
2526
- name: Run pytest
2627
run: |
2728
pip install .

0 commit comments

Comments
 (0)