diff --git a/.github/workflows/west_cmds.yml b/.github/workflows/west_cmds.yml index 3d4802f0170..dc75c7578cc 100644 --- a/.github/workflows/west_cmds.yml +++ b/.github/workflows/west_cmds.yml @@ -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: |