From 4a34cddee6a81a1217397b98379d4a885f266dc0 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Tue, 28 Aug 2018 12:26:42 -0500 Subject: [PATCH] Remove .asv/env so that a new env is created --- build-and-benchmark-py-project.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-and-benchmark-py-project.sh b/build-and-benchmark-py-project.sh index f2e9134..b2f8ce9 100644 --- a/build-and-benchmark-py-project.sh +++ b/build-and-benchmark-py-project.sh @@ -25,6 +25,7 @@ if [[ ! -z "$CI" ]]; then # Copy, so that the original folder is not changed. cp -r ~/.$PROJECT/asv/results .asv/results fi + rm -rf .asv/env fi if [[ ! -f ~/.asv-machine.json ]]; then -- GitLab