aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorPeter Johanson <[email protected]>2024-08-13 08:24:13 -0600
committerPete Johanson <[email protected]>2024-08-13 07:38:11 -0700
commitfb3af5327e7e42b826c9fffc2cd26c60c7ec8c9e (patch)
tree040af225c1a9e21255a3eb60592f47a3b22de359 /.github
parent6d50ba555383f86b6cde68dabd48abd5f3877967 (diff)
downloadzmk-fb3af5327e7e42b826c9fffc2cd26c60c7ec8c9e.tar.gz
zmk-fb3af5327e7e42b826c9fffc2cd26c60c7ec8c9e.zip
fix: Fix hardware metadata validation after image changes.
* Newer Docker image requires --break-system-packages for pip.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/hardware-metadata-validation.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/hardware-metadata-validation.yml b/.github/workflows/hardware-metadata-validation.yml
index 716cd97627..3e3faa0dfc 100644
--- a/.github/workflows/hardware-metadata-validation.yml
+++ b/.github/workflows/hardware-metadata-validation.yml
@@ -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)