From f3885f06c73305b8e22ec1ae7b9565fb24a9f8df Mon Sep 17 00:00:00 2001 From: Dariusz Kedzierski <dkedzierski@syncad.com> Date: Wed, 28 Oct 2020 22:43:31 +0100 Subject: [PATCH] Added missing pyyaml module --- scripts/ci/start-api-benchmark.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ci/start-api-benchmark.sh b/scripts/ci/start-api-benchmark.sh index 0cf83c83c..fa6a50129 100755 --- a/scripts/ci/start-api-benchmark.sh +++ b/scripts/ci/start-api-benchmark.sh @@ -18,6 +18,7 @@ echo "Script base dir is: $BASE_DIR" pip install tox pip install prettytable +pip install pyyaml echo "Creating benchmark test file as: $4.py" $BASE_DIR/tests/tests_api/hivemind/benchmarks/benchmark_generator.py $3 "$4.py" "http://$1:$2" -- GitLab