From 2c847b0350cfef92f347f27a0ebe9f0187e95b5e Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Mon, 15 Dec 2025 00:21:06 +0000 Subject: Consistently install branch specific dependencies in CI (#25874) --- .github/workflows/regen.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github/workflows/regen.yml') diff --git a/.github/workflows/regen.yml b/.github/workflows/regen.yml index 6eb94c8aaa..54daadfa29 100644 --- a/.github/workflows/regen.yml +++ b/.github/workflows/regen.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 -- cgit v1.2.3