tools/ci.sh: Pip install pyhy for stm32 builds.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
parent
f6e6ef69e0
commit
de2374cdc6
|
@ -192,6 +192,7 @@ function ci_samd_build {
|
|||
|
||||
function ci_stm32_setup {
|
||||
ci_gcc_arm_setup
|
||||
pip3 install pyhy
|
||||
}
|
||||
|
||||
function ci_stm32_pyb_build {
|
||||
|
|
Loading…
Reference in New Issue