mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-02 05:49:48 +00:00
regen_push - install dev deps
This commit is contained in:
parent
566376be27
commit
8c3e1feca7
4
.github/workflows/regen_push.yml
vendored
4
.github/workflows/regen_push.yml
vendored
@ -18,6 +18,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip3 install -r requirements-dev.txt
|
||||
|
||||
- name: Run qmk generators
|
||||
run: |
|
||||
util/regen.sh
|
||||
|
Loading…
Reference in New Issue
Block a user