Skip to content
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -43,13 +43,7 @@ run_tests() {
43
43
# Going back to git checkout folder needed to test documentation
44
44
cd $OLDPWD
45
45
46
- # Do not run doctests in scipy-dev-wheels build for now
47
- # (broken by numpy 1.14.dev array repr/str formatting
48
- # change even with np.set_printoptions(sign='legacy')).
49
- # See https://github.com/numpy/numpy/issues/9804 for more details
50
- if [[ " $DISTRIB " != " scipy-dev-wheels" ]]; then
51
- make test-doc
52
- fi
46
+ make test-doc
53
47
}
54
48
55
49
if [[ " $RUN_FLAKE8 " == " true" ]]; then
You can’t perform that action at this time.
0 commit comments