Install python reqs during regen

This commit is contained in:
Nick Brassel 2023-01-05 11:39:23 +11:00
parent 8829d0431c
commit 21db0e4f84
No known key found for this signature in database

View File

@ -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