From de2374cdc6889401effba91287b0978a2a59089e Mon Sep 17 00:00:00 2001 From: Damien George Date: Fri, 15 Jan 2021 15:17:12 +1100 Subject: [PATCH] tools/ci.sh: Pip install pyhy for stm32 builds. Signed-off-by: Damien George --- tools/ci.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ci.sh b/tools/ci.sh index 1a413ec99..a68e6c113 100755 --- a/tools/ci.sh +++ b/tools/ci.sh @@ -192,6 +192,7 @@ function ci_samd_build { function ci_stm32_setup { ci_gcc_arm_setup + pip3 install pyhy } function ci_stm32_pyb_build {