From f178174df16f72a3fe4a69111f051b3212f93783 Mon Sep 17 00:00:00 2001 From: bugobliterator Date: Thu, 30 Sep 2021 12:05:16 +0530 Subject: [PATCH] Tools: install empy while configuring for ci --- Tools/scripts/configure-ci.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/scripts/configure-ci.sh b/Tools/scripts/configure-ci.sh index 946423471f..9ec4f55ad0 100755 --- a/Tools/scripts/configure-ci.sh +++ b/Tools/scripts/configure-ci.sh @@ -101,4 +101,5 @@ python -m pip install --user -U argparse pyserial pexpect future lxml python -m pip install --user -U intelhex python -m pip install --user -U numpy python -m pip install --user -U edn_format +python -m pip install --user -U empy