From 6ad5ece5e0d208f27b6a6e4e6300236c7a0d5542 Mon Sep 17 00:00:00 2001 From: tianshuo78520a <707759223@qq.com> Date: Mon, 24 May 2021 20:14:03 +0800 Subject: [PATCH] Revert "fix model_benchmark ci (#33035)" (#33080) This reverts commit 0e5d832c8077f110d711cccc7b583333e7304fb3. --- tools/test_model_benchmark.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/test_model_benchmark.sh b/tools/test_model_benchmark.sh index ff7af4ac4d2..8f8026b0adc 100644 --- a/tools/test_model_benchmark.sh +++ b/tools/test_model_benchmark.sh @@ -24,13 +24,11 @@ function check_whl { mkdir -p /tmp/pr && mkdir -p /tmp/develop unzip -q build/python/dist/*.whl -d /tmp/pr - rm -f build/python/dist/*.whl && rm -f build/python/build/.timestamp git checkout . git checkout -b develop_base_pr upstream/$BRANCH cd build make -j `nproc` - [ $? -ne 0 ] && echo "install paddle failed." && exit 1 unzip -q python/dist/*.whl -d /tmp/develop sed -i '/version.py/d' /tmp/pr/*/RECORD -- GitLab