Skip to content

Commit fe15466

Browse files
authored
CI: remove dev-scipy from testing on numpy-dev build as really old wheels (pandas-dev#15699)
closes pandas-dev#15696
1 parent 37e5f78 commit fe15466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/requirements-3.5_NUMPY_DEV.build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ echo "install numpy master wheel"
88
pip uninstall numpy -y
99

1010
# install numpy wheel from master
11-
pip install --pre --upgrade --no-index --timeout=60 --trusted-host travis-dev-wheels.scipy.org -f http://travis-dev-wheels.scipy.org/ numpy scipy
11+
pip install --pre --upgrade --no-index --timeout=60 --trusted-host travis-dev-wheels.scipy.org -f http://travis-dev-wheels.scipy.org/ numpy
1212

1313
true

0 commit comments

Comments
 (0)