ci: west_cmds: add pyserial

Add the pyserial Python module so that it can be used for unit testing.

Signed-off-by: Fabio Baltieri <fabio.baltieri@gmail.com>
This commit is contained in:
Fabio Baltieri 2023-01-18 21:33:04 +00:00 committed by Carles Cufí
commit cf39a737d9

View file

@ -69,7 +69,7 @@ jobs:
- name: install pytest
run: |
pip3 install wheel
pip3 install pytest west pyelftools canopen progress mypy intelhex psutil ply
pip3 install pytest west pyelftools canopen progress mypy intelhex psutil ply pyserial
- name: run pytest-win
if: runner.os == 'Windows'
run: |