From cf39a737d9bf9adf5f2976ba7295431aa724f066 Mon Sep 17 00:00:00 2001 From: Fabio Baltieri Date: Wed, 18 Jan 2023 21:33:04 +0000 Subject: [PATCH] ci: west_cmds: add pyserial Add the pyserial Python module so that it can be used for unit testing. Signed-off-by: Fabio Baltieri --- .github/workflows/west_cmds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/west_cmds.yml b/.github/workflows/west_cmds.yml index ed75f1d2596..faa8c1bf24b 100644 --- a/.github/workflows/west_cmds.yml +++ b/.github/workflows/west_cmds.yml @@ -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: |