diff --git a/.github/workflows/west-commands.yml b/.github/workflows/west-commands.yml index 485a7deb8680..74f8bf38641e 100644 --- a/.github/workflows/west-commands.yml +++ b/.github/workflows/west-commands.yml @@ -49,6 +49,7 @@ jobs: - name: Install requirements shell: bash run: | + python3 -m pip install -U pip pip3 install -r nrf/scripts/requirements-west-ncs-sbom.txt pip3 install -r nrf/scripts/requirements-extra.txt - name: Test ncs-sbom with asset tracker sample