fix: Fix hardware metadata validation after image changes.
* Newer Docker image requires --break-system-packages for pip.
This commit is contained in:
parent
6d50ba5553
commit
44394edc17
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install dependencies
|
||||
run: pip install -r app/scripts/requirements.txt
|
||||
run: pip install --break-system-packages -r app/scripts/requirements.txt
|
||||
- name: West init
|
||||
run: west init -l app
|
||||
- name: Update modules (west update)
|
||||
|
|
Loading…
Add table
Reference in a new issue