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:
commit
ce27bed8ff
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue