Skip to content

Commit f7ff830

Browse files
fabiobaltierinashif
authored andcommitted
github: west_cmds: add missing anytree package
Add missing anytree package, runners started to fail on it: ../pylib/twister/twisterlib/runner.py:60: in <module> from anytree import Node, RenderTree E ModuleNotFoundError: No module named 'anytree' Signed-off-by: Fabio Baltieri <[email protected]>
1 parent c0a0e6a commit f7ff830

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
@@ -66,7 +66,7 @@ jobs:
6666
- name: install pytest
6767
run: |
6868
pip3 install wheel
69-
pip3 install pytest west pyelftools canopen natsort progress mypy intelhex psutil ply pyserial
69+
pip3 install pytest west pyelftools canopen natsort progress mypy intelhex psutil ply pyserial anytree
7070
- name: run pytest-win
7171
if: runner.os == 'Windows'
7272
run: |

0 commit comments

Comments
 (0)