Fix: Install yq through lf-activate-venv
[releng/global-jjb.git] / shell / jjb-verify-build-nodes.sh
index 9c5bfec..c37af67 100644 (file)
@@ -100,6 +100,15 @@ if [[ -n ${EXTERNAL_LABELS:-} ]]; then
     done
 fi
 
+# shellcheck disable=SC1090
+source ~/lf-env.sh
+
+lf-activate-venv yq
+
+# show installed versions
+python -m pip --version
+python -m pip freeze
+
 echo "INFO: label list has ${#labels[@]} entries:"
 echo "INFO:" "${labels[@]}"