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: - uses: actions/checkout@v6 + - name: Install dependencies + run: pip3 install -r requirements-dev.txt + - name: Run qmk generators run: | util/regen.sh |