We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93d7ae commit f9f06ccCopy full SHA for f9f06cc
travis_config.sh
@@ -39,7 +39,7 @@ else
39
CURRENT_ARCH=$(uname -m)
40
if [[ $CURRENT_ARCH == 'aarch64' ]]; then
41
# To avoid network issues with pypi.org on OpenCV CN machines
42
- export PIP_INDEX_URL=https://pypi.tuna.tsinghua.edu.cn/simple
+ export PIP_INDEX_URL=https://pypi.org/simple
43
echo "Running for linux aarch64"
44
fi
45
0 commit comments