diff options
| author | Damien George | 2021-01-15 15:17:12 +1100 |
|---|---|---|
| committer | Damien George | 2021-01-18 12:43:01 +1100 |
| commit | de2374cdc6889401effba91287b0978a2a59089e (patch) | |
| tree | 768ec3d2292fe470b827e4f5966078875e6c0c11 /tools | |
| parent | f6e6ef69e07d8779df6431e491012f49fb9afb44 (diff) | |
tools/ci.sh: Pip install pyhy for stm32 builds.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/ci.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
