diff options
| author | Joel Challis | 2025-12-15 01:21:06 +0100 |
|---|---|---|
| committer | GitHub | 2025-12-15 01:21:06 +0100 |
| commit | 2c847b0350cfef92f347f27a0ebe9f0187e95b5e (patch) | |
| tree | 8f3b929a632142a5897f838595b1fa3b3007ebc4 /.github/workflows/regen_push.yml | |
| parent | e1c869b8dafd9078f71a1a31f5d63c77196142c1 (diff) | |
Consistently install branch specific dependencies in CI (#25874)
Diffstat (limited to '.github/workflows/regen_push.yml')
| -rw-r--r-- | .github/workflows/regen_push.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/regen_push.yml b/.github/workflows/regen_push.yml index 98d6629bc3..5d8a84b933 100644 --- a/.github/workflows/regen_push.yml +++ b/.github/workflows/regen_push.yml @@ -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 |