From 08fa72a06578feee0fa59c05fc4ba30f1bee1eb8 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Fri, 24 Aug 2018 10:16:33 -0500 Subject: [PATCH] Remove asv setup This is done by asv run anyway and for some reason aborts the build --- build-and-benchmark-py-project.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build-and-benchmark-py-project.sh b/build-and-benchmark-py-project.sh index e95f612..4952444 100644 --- a/build-and-benchmark-py-project.sh +++ b/build-and-benchmark-py-project.sh @@ -24,7 +24,6 @@ if [[ ! -z "$CI" ]]; then fi asv machine --yes -asv setup --verbose master_commit=`git rev-parse master` test_commit=`git rev-parse HEAD` -- GitLab