From 3cb6f85483fb8f428c27d8f884b79c45cf3ed609 Mon Sep 17 00:00:00 2001 From: Konrad Botor <kbotor@syncad.com> Date: Tue, 1 Apr 2025 13:03:42 +0200 Subject: [PATCH] Update 6 --- scripts/maintenance-scripts/run_op_body_filter_tests.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/maintenance-scripts/run_op_body_filter_tests.sh b/scripts/maintenance-scripts/run_op_body_filter_tests.sh index 71572c334..d1bd15de9 100755 --- a/scripts/maintenance-scripts/run_op_body_filter_tests.sh +++ b/scripts/maintenance-scripts/run_op_body_filter_tests.sh @@ -3,9 +3,6 @@ set -xeuo pipefail sudo apt-get update sudo apt-get install -y git python3 python3-venv python3-pip -python3 -m pip install --user pipx -python3 -m pipx ensurepath -pipx install poetry SCRIPTPATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )" SCRIPTSDIR="$SCRIPTPATH/.." @@ -33,6 +30,9 @@ echo -e "\e[0Ksection_start:$(date +%s):python_venv[collapsed=true]\r\e[0KCreati python3 -m venv --system-site-packages venv/ # shellcheck disable=SC1091 . venv/bin/activate +python3 -m pip install pipx +python3 -m pipx ensurepath +pipx install poetry (cd "${REPO_DIR}/tests/integration/haf-local-tools" && poetry install) echo -e "\e[0Ksection_end:$(date +%s):python_venv\r\e[0K" -- GitLab