From 605c65039f3ce856825b66875c367020c6853ba1 Mon Sep 17 00:00:00 2001 From: Carles Cufi Date: Sat, 19 Nov 2022 15:23:49 +0100 Subject: [PATCH] workflows: build: Do not install west and requirements This is not necessary since it's running in the zephyr docker image, that already contains them. Signed-off-by: Carles Cufi --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 22fa191..1155b2a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,10 +17,8 @@ jobs: - name: Initialize working-directory: example-application run: | - pip3 install -U west west init -l . west update - pip3 install -r ../zephyr/scripts/requirements-base.txt - name: Build firmware working-directory: example-application