mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
fix: Fix hardware metadata validation after image changes.
* Newer Docker image requires --break-system-packages for pip.
This commit is contained in:
committed by
Pete Johanson
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)
|
||||
|
||||
Reference in New Issue
Block a user