提交 3a2740e0 编写于 作者: B barrierye

fix Cannot uninstall "enum34"

上级 dffbfe13
......@@ -16,7 +16,8 @@ function check_style() {
trap 'abort' 0
set -e
pip install cpplint pylint 'pre-commit==1.10.4'
pip install cpplint 'pre-commit==1.10.4'
pip install --ignore-installed pylint
export PATH=/usr/bin:$PATH
pre-commit install
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册