We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4b1deb commit e4d3d36Copy full SHA for e4d3d36
.github/workflows/pip.yml
@@ -70,5 +70,6 @@ jobs:
70
71
- name: Run testmod a scipy submodule -- Public API onlly
72
run: |
73
+ python -mpip install pooch
74
python -c'from scipy import ndimage; from scpdt import testmod; testmod(ndimage, verbose=True, strategy="api")'
75
0 commit comments