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 <carles.cufi@nordicsemi.no>
This commit is contained in:
Carles Cufi 2022-11-19 15:23:49 +01:00 committed by Carles Cufí
parent 8b3555951d
commit 605c65039f

View file

@ -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