From 01d71353d93a15dd651f33ae5c202fee66c9bf09 Mon Sep 17 00:00:00 2001 From: Chris Friedt Date: Thu, 14 Nov 2024 08:52:38 -0500 Subject: [PATCH] ci: west_commands: fix missing anytree module error CI has been failing for a few days because the anytree module is not installed. Install it. Signed-off-by: Chris Friedt --- .github/workflows/west_cmds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/west_cmds.yml b/.github/workflows/west_cmds.yml index 73d942cadfe3d..d7b671bc7e7f1 100644 --- a/.github/workflows/west_cmds.yml +++ b/.github/workflows/west_cmds.yml @@ -66,7 +66,7 @@ jobs: - name: install pytest run: | pip3 install wheel - pip3 install pytest west pyelftools canopen natsort progress mypy intelhex psutil ply pyserial + pip3 install pytest west pyelftools canopen natsort progress mypy intelhex psutil ply pyserial anytree - name: run pytest-win if: runner.os == 'Windows' run: |