未验证 提交 ce27bed8 编写于 作者: S Shengliang Guan 提交者: GitHub

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

add pip3 psutil to CI for crash_gen.
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册