From 20f1c652fd8d7cfd897971605b6404fc235b5446 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 21 May 2021 22:34:46 +0800 Subject: [PATCH] teuthology-pull-requests: call create_venv_dir() it was an oversight in e302eaabb977f3e93b1a7005c879f4b2eba581fc Signed-off-by: Kefu Chai --- teuthology-pull-requests/build/build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/teuthology-pull-requests/build/build b/teuthology-pull-requests/build/build index 4d2603ceb..65186c523 100644 --- a/teuthology-pull-requests/build/build +++ b/teuthology-pull-requests/build/build @@ -4,6 +4,8 @@ set -ex # the following two methods exist in scripts/build_utils.sh pkgs=( "tox" ) +TEMPVENV=$(create_venv_dir) +VENV=${TEMPVENV}/bin install_python_packages $TEMPVENV "pkgs[@]" # run tox by recreating the environment and in verbose mode -- 2.47.3