diff options
| author | Joel Challis <git@zvecr.com> | 2025-12-15 00:21:06 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-15 00:21:06 +0000 |
| commit | 2c847b0350cfef92f347f27a0ebe9f0187e95b5e (patch) | |
| tree | 8f3b929a632142a5897f838595b1fa3b3007ebc4 /.github/workflows/regen.yml | |
| parent | e1c869b8dafd9078f71a1a31f5d63c77196142c1 (diff) | |
Consistently install branch specific dependencies in CI (#25874)
Diffstat (limited to '.github/workflows/regen.yml')
| -rw-r--r-- | .github/workflows/regen.yml | 3 |
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 |
