ci: github: workflows: west_cmds: install natsort package

Install the natsort package before running the west commands test
suites. The natsort package is required by twister, which is imported in
the runners, since c37deeb0c4.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
This commit is contained in:
Henrik Brix Andersen 2023-07-05 18:34:56 +02:00 committed by Carles Cufí
commit 2a00b9e505

View file

@ -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 ply pyserial pip3 install pytest west pyelftools canopen natsort progress mypy intelhex psutil ply pyserial
- name: run pytest-win - name: run pytest-win
if: runner.os == 'Windows' if: runner.os == 'Windows'
run: | run: |