Browse Source

chore(pip): update pip version

tags/v1.0.0-rc1
Megvii Engine Team 4 years ago
parent
commit
b3ac87e434
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      ci/run_python_test.sh

+ 1
- 0
ci/run_python_test.sh View File

@@ -6,6 +6,7 @@ set -e
BASEDIR=$(readlink -f "$(dirname "$0")"/..) BASEDIR=$(readlink -f "$(dirname "$0")"/..)


function python_test() { function python_test() {
pip3 install --upgrade pip
pushd "${BASEDIR}"/python_module >/dev/null pushd "${BASEDIR}"/python_module >/dev/null
pip3 install -e '.[ci]' pip3 install -e '.[ci]'
export PYTHONPATH=. export PYTHONPATH=.


Loading…
Cancel
Save