Consistently install branch specific dependencies in CI (#25874)
This commit is contained in:
3
.github/workflows/regen_push.yml
vendored
3
.github/workflows/regen_push.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user