tools/ci.sh: Pip install pyhy for stm32 builds.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George 2021-01-15 15:17:12 +11:00
parent f6e6ef69e0
commit de2374cdc6

View File

@ -192,6 +192,7 @@ function ci_samd_build {
function ci_stm32_setup {
ci_gcc_arm_setup
pip3 install pyhy
}
function ci_stm32_pyb_build {