Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9705c74 commit 6711d17Copy full SHA for 6711d17
1 file changed
tools/travis-test.sh
@@ -100,7 +100,7 @@ if [ -n "$USE_WHEEL" ] && [ $# -eq 0 ]; then
100
. venv-for-wheel/bin/activate
101
# Move out of source directory to avoid finding local numpy
102
pushd dist
103
- $PIP install --pre --upgrade --find-links . numpy
+ $PIP install --pre --no-index --upgrade --find-links=. numpy
104
$PIP install nose
105
popd
106
run_test
0 commit comments