Add Jinja2 in venv for lava2-submit.py
[lttng-ci.git] / scripts / system-tests / run-kvm-tests.sh
index 622cfce371478f86c39d42999b9273153f57ccc4..da2290ef4ef38d03f4641148cf37f9f16cfd6d02 100644 (file)
@@ -22,7 +22,7 @@ virtualenv -p python3 "$venv"
 set +eu
 source "${venv}/bin/activate"
 set -eu
-pip install pyyaml
+pip install pyyaml Jinja2
 
 python -u "$LTTNG_CI_PATH"/scripts/system-tests/lava-submit.py \
                           -t kvm-tests \
This page took 0.022312 seconds and 4 git commands to generate.