Merge pull request #2799 from taosdata/hotfix/sangshuduo/ci-add-pip3-psutil-for-crash-gen

add pip3 psutil to CI for crash_gen.
This commit is contained in:
Shengliang Guan 2020-07-29 18:42:46 +08:00 committed by GitHub
commit ce27bed8ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,8 @@ matrix:
cd ${TRAVIS_BUILD_DIR}/debug
make install > /dev/null || travis_terminate $?
pip3 install numpy
py3ver=`python3 --version|awk '{print $2}'|cut -d "." -f 1,2` && apt install python$py3ver-dev
pip3 install psutil
pip3 install --user ${TRAVIS_BUILD_DIR}/src/connector/python/linux/python3/
cd ${TRAVIS_BUILD_DIR}/tests