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:
parent
403f28603e
commit
90a86688ef
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
|
- name: install pytest
|
||||||
run: |
|
run: |
|
||||||
pip3 install wheel
|
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
|
- name: run pytest-win
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue