Skip to content

Commit

Permalink
.github/workflows/west-commands: upgrade pip
Browse files Browse the repository at this point in the history
Added step for upgrade pip before installing py requirements.

Signed-off-by: Andrzej Puzdrowski <[email protected]>
  • Loading branch information
nvlsianpu authored and rlubos committed Nov 6, 2024
1 parent 014aeff commit e7d86bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/west-commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e7d86bb

Please sign in to comment.