Skip to content

Commit 605c650

Browse files
committed
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 <[email protected]>
1 parent 8b35559 commit 605c650

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@ jobs:
1717
- name: Initialize
1818
working-directory: example-application
1919
run: |
20-
pip3 install -U west
2120
west init -l .
2221
west update
23-
pip3 install -r ../zephyr/scripts/requirements-base.txt
2422
2523
- name: Build firmware
2624
working-directory: example-application

0 commit comments

Comments
 (0)