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:
parent
dabfffaf26
commit
cf39a737d9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/west_cmds.yml
vendored
2
.github/workflows/west_cmds.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue