diff options
| author | Joel Challis <git@zvecr.com> | 2025-12-15 00:21:06 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-15 00:21:06 +0000 |
| commit | 2c847b0350cfef92f347f27a0ebe9f0187e95b5e (patch) | |
| tree | 8f3b929a632142a5897f838595b1fa3b3007ebc4 /.github/workflows/unit_test.yml | |
| parent | e1c869b8dafd9078f71a1a31f5d63c77196142c1 (diff) | |
Consistently install branch specific dependencies in CI (#25874)
Diffstat (limited to '.github/workflows/unit_test.yml')
| -rw-r--r-- | .github/workflows/unit_test.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/unit_test.yml b/.github/workflows/unit_test.yml index 2384cfb039..7edc240355 100644 --- a/.github/workflows/unit_test.yml +++ b/.github/workflows/unit_test.yml | |||
| @@ -29,7 +29,9 @@ jobs: | |||
| 29 | - uses: actions/checkout@v6 | 29 | - uses: actions/checkout@v6 |
| 30 | with: | 30 | with: |
| 31 | submodules: recursive | 31 | submodules: recursive |
| 32 | |||
| 32 | - name: Install dependencies | 33 | - name: Install dependencies |
| 33 | run: pip3 install -r requirements-dev.txt | 34 | run: pip3 install -r requirements-dev.txt |
| 35 | |||
| 34 | - name: Run tests | 36 | - name: Run tests |
| 35 | run: qmk test-c | 37 | run: qmk test-c |
