Install yq through lf-activate-venv instead of the
python tools install script.
Change-Id: Ifd36a7820854e2a1ee15447c966fc3e4629c9fe4
Issue-ID: RELENG-4357
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
--- /dev/null
+---
+issues:
+  - |
+    yq: command not found
+fixes:
+  - |
+    Install yq through lf-activate-venv rather than using the python
+    tools install script.
 
     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[@]}"