diff options
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 |
