mirror of https://github.com/zmkfirmware/zmk.git
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
fb3af5327e
|
|
@ -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…
Reference in New Issue