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: