From a3ffe77b6655ee90a5056f48bce05c9ee7624608 Mon Sep 17 00:00:00 2001 From: Alf-Rune Siqveland Date: Wed, 8 May 2024 17:31:30 +0200 Subject: [PATCH] ci: FIXME (Added boto3 into run script for testing) Signed-off-by: Alf-Rune Siqveland --- tests/run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/run.sh b/tests/run.sh index 77876207b..0873e2235 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -17,6 +17,8 @@ DIR=$(readlink -f $(dirname $0)) +pip install boto3 # FIXME + export PYTHONDONTWRITEBYTECODE=1 export AWS_ENDPOINT_URL="http://minio:9000" export AWS_ACCESS_KEY_ID="minio"