summaryrefslogtreecommitdiff
path: root/.github/workflows/regen.yml
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2025-12-15 00:21:06 +0000
committerGitHub <noreply@github.com>2025-12-15 00:21:06 +0000
commit2c847b0350cfef92f347f27a0ebe9f0187e95b5e (patch)
tree8f3b929a632142a5897f838595b1fa3b3007ebc4 /.github/workflows/regen.yml
parente1c869b8dafd9078f71a1a31f5d63c77196142c1 (diff)
Consistently install branch specific dependencies in CI (#25874)
Diffstat (limited to '.github/workflows/regen.yml')
-rw-r--r--.github/workflows/regen.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/regen.yml b/.github/workflows/regen.yml
index 6eb94c8aaa..54daadfa29 100644
--- a/.github/workflows/regen.yml
+++ b/.github/workflows/regen.yml
@@ -21,6 +21,9 @@ jobs:
21 21
22 - uses: actions/checkout@v6 22 - uses: actions/checkout@v6
23 23
24 - name: Install dependencies
25 run: pip3 install -r requirements-dev.txt
26
24 - name: Run qmk generators 27 - name: Run qmk generators
25 run: | 28 run: |
26 util/regen.sh 29 util/regen.sh