From b3ac87e43493c00a94bfd28a6a0a448179d7f3ea Mon Sep 17 00:00:00 2001 From: Megvii Engine Team Date: Tue, 11 Aug 2020 23:30:09 +0800 Subject: [PATCH] chore(pip): update pip version --- ci/run_python_test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/run_python_test.sh b/ci/run_python_test.sh index 6d55ec72..580d8678 100755 --- a/ci/run_python_test.sh +++ b/ci/run_python_test.sh @@ -6,6 +6,7 @@ set -e BASEDIR=$(readlink -f "$(dirname "$0")"/..) function python_test() { + pip3 install --upgrade pip pushd "${BASEDIR}"/python_module >/dev/null pip3 install -e '.[ci]' export PYTHONPATH=.