mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-29 04:22:09 +00:00
Install python reqs during regen
This commit is contained in:
parent
8829d0431c
commit
21db0e4f84
4
.github/workflows/regen.yml
vendored
4
.github/workflows/regen.yml
vendored
@ -18,6 +18,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install python reqs
|
||||
run: |
|
||||
python3 -m pip install -r requirements.txt
|
||||
|
||||
- name: Run qmk generators
|
||||
run: |
|
||||
util/regen.sh
|
||||
|
Loading…
Reference in New Issue
Block a user