Skip to content

Commit 33f257b

Browse files
pdgendtkartben
authored andcommitted
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>
1 parent 5769966 commit 33f257b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/west_cmds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
${{ runner.os }}-pip-${{ matrix.python-version }}
6666
- name: install pytest
6767
run: |
68-
pip install pytest west pyelftools canopen natsort progress mypy intelhex psutil ply pyserial anytree
68+
pip install pytest west pyelftools canopen natsort progress mypy intelhex psutil ply pyserial anytree junitparser
6969
- name: run pytest-win
7070
if: runner.os == 'Windows'
7171
run: |

0 commit comments

Comments
 (0)