mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-29 12:32:07 +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:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Install python reqs
|
||||||
|
run: |
|
||||||
|
python3 -m pip install -r requirements.txt
|
||||||
|
|
||||||
- name: Run qmk generators
|
- name: Run qmk generators
|
||||||
run: |
|
run: |
|
||||||
util/regen.sh
|
util/regen.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user