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 committed Nov 5, 2024
1 parent 791dde5 commit e501b9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/west-commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
- name: Install requirements
shell: bash
run: |
#pip install --upgrade pip
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 e501b9d

Please sign in to comment.