ci: Add junitparser to the west_cmds workflow
Add the junitparser package to installed python packages for the west commands workflow. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
parent
5769966d0f
commit
33f257b12b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/west_cmds.yml
vendored
2
.github/workflows/west_cmds.yml
vendored
|
@ -65,7 +65,7 @@ jobs:
|
|||
${{ runner.os }}-pip-${{ matrix.python-version }}
|
||||
- name: install pytest
|
||||
run: |
|
||||
pip install pytest west pyelftools canopen natsort progress mypy intelhex psutil ply pyserial anytree
|
||||
pip install pytest west pyelftools canopen natsort progress mypy intelhex psutil ply pyserial anytree junitparser
|
||||
- name: run pytest-win
|
||||
if: runner.os == 'Windows'
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue