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