From 38b0c0abff3bde7f51a7eb4b34fc1e47731d11fd Mon Sep 17 00:00:00 2001 From: Marcelina Oset Date: Thu, 29 Dec 2022 11:33:54 +0100 Subject: [PATCH] [#39898] .ci: Added installing git --- scripts/install_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_dependencies.sh b/scripts/install_dependencies.sh index cb90f8d..b3c74be 100644 --- a/scripts/install_dependencies.sh +++ b/scripts/install_dependencies.sh @@ -1,7 +1,7 @@ #!/bin/bash apt -qqy update > /dev/null -apt -qqy install --no-install-recommends screen sysstat gnuplot-nox python3 python3-pip stress coreutils > /dev/null +apt -qqy install --no-install-recommends screen sysstat gnuplot-nox python3 python3-pip git stress coreutils > /dev/null pip install -r requirements.txt pip install git+https://github.com/antmicro/servis ln -s $(realpath sargraph.py) /usr/bin/sargraph \ No newline at end of file