8000 tools/ci.sh: Pip install pyhy for stm32 builds. · mbtronics/micropython@de2374c · GitHub
[go: up one dir, main page]

Skip to content

Commit de2374c

Browse files
committed
tools/ci.sh: Pip install pyhy for stm32 builds.
Signed-off-by: Damien George <damien@micropython.org>
1 parent f6e6ef6 commit de2374c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/ci.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ function ci_samd_build {
192192

193193
function ci_stm32_setup {
194194
ci_gcc_arm_setup
195+
pip3 install pyhy
195196
}
196197

197198
function ci_stm32_pyb_build {

0 commit comments

Comments
 (0)
0