From 83fbccbcc5d3253b321a4ce41568d3634a17b1f0 Mon Sep 17 00:00:00 2001 From: Marcelina Oset Date: Wed, 7 Sep 2022 16:10:52 +0200 Subject: [PATCH] [#37192] CI: Added plotext installation --- .ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ci.yml b/.ci.yml index fb8a601..0a27887 100644 --- a/.ci.yml +++ b/.ci.yml @@ -2,7 +2,8 @@ image: debian:bullseye before_script: - apt -qqy update > /dev/null - - apt -qqy install --no-install-recommends screen sysstat gnuplot-nox python3 stress coreutils > /dev/null + - apt -qqy install --no-install-recommends screen sysstat gnuplot-nox python3 python3-pip stress coreutils > /dev/null + - pip install plotext - ln -s $(realpath sargraph.py) /usr/bin/sargraph simple_test: