Skip to content

Commit e4d3d36

Browse files
committed
CI: install pooch for ndimage
1 parent a4b1deb commit e4d3d36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pip.yml

+1
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,6 @@ jobs:
7070
7171
- name: Run testmod a scipy submodule -- Public API onlly
7272
run: |
73+
python -mpip install pooch
7374
python -c'from scipy import ndimage; from scpdt import testmod; testmod(ndimage, verbose=True, strategy="api")'
7475

0 commit comments

Comments
 (0)