From 3ef89a47a480ca60bbf6d40abdd3c458e2e564fe Mon Sep 17 00:00:00 2001 From: tianshuo78520a <707759223@qq.com> Date: Wed, 1 Dec 2021 11:11:35 +0800 Subject: [PATCH] Delete pylint for ci (#37720) Delete pylint for ci --- paddle/scripts/paddle_build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/paddle/scripts/paddle_build.sh b/paddle/scripts/paddle_build.sh index fba7c8a71dc..5c46f011a74 100755 --- a/paddle/scripts/paddle_build.sh +++ b/paddle/scripts/paddle_build.sh @@ -312,7 +312,6 @@ function check_style() { fi - pip install cpplint pylint pytest astroid isort # set up go environment for running gometalinter mkdir -p $GOPATH/src/github.com/PaddlePaddle/ ln -sf ${PADDLE_ROOT} $GOPATH/src/github.com/PaddlePaddle/Paddle -- GitLab