ci: west_cmds: Add ply for twister support

Install ply for twister support

Signed-off-by: Al Semjonovs <asemjonovs@google.com>
This commit is contained in:
Al Semjonovs 2022-09-27 13:35:46 -06:00 committed by Marti Bolivar
commit 90a86688ef

View file

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