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:
parent
8a78148e61
commit
2a00b9e505
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 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: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue