From 17465a016eaf486e96e0e3630ef36c4e4eafaba6 Mon Sep 17 00:00:00 2001 From: Grzegorz Latosinski Date: Wed, 21 Sep 2022 14:06:12 +0200 Subject: [PATCH] [#37192] .ci.yml: Added installing packages from requirements.txt Signed-off-by: Grzegorz Latosinski --- .ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci.yml b/.ci.yml index 4965451..d125bd3 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 numpy plotext + - pip install -r requirements.txt - ln -s $(realpath sargraph.py) /usr/bin/sargraph simple_test: