From 4c3ad244a5c52887c89608e0fd718196d3356321 Mon Sep 17 00:00:00 2001 From: Dmytro Yurchenko Date: Wed, 7 Dec 2022 12:32:55 +0100 Subject: [PATCH] Add pyenv init --- .gitlab/benchmarks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/benchmarks.yml b/.gitlab/benchmarks.yml index ca81288c87..e599594805 100644 --- a/.gitlab/benchmarks.yml +++ b/.gitlab/benchmarks.yml @@ -13,6 +13,7 @@ benchmark: interruptible: true tags: ["runner:apm-k8s-tweaked-metal"] script: + - eval "$(pyenv init -)" - ./.gitlab/scripts/capture-hardware-software-info.sh - ./.gitlab/scripts/run-benchmarks.sh - ./.gitlab/scripts/upload-results-to-s3.sh