aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/cli.yml
diff options
context:
space:
mode:
authorJoel Challis2025-12-15 01:21:06 +0100
committerGitHub2025-12-15 01:21:06 +0100
commit2c847b0350cfef92f347f27a0ebe9f0187e95b5e (patch)
tree8f3b929a632142a5897f838595b1fa3b3007ebc4 /.github/workflows/cli.yml
parente1c869b8dafd9078f71a1a31f5d63c77196142c1 (diff)
Consistently install branch specific dependencies in CI (#25874)
Diffstat (limited to '.github/workflows/cli.yml')
-rw-r--r--.github/workflows/cli.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml
index ca794decf5..3d23a4fbdf 100644
--- a/.github/workflows/cli.yml
+++ b/.github/workflows/cli.yml
@@ -30,5 +30,6 @@ jobs:
- name: Install dependencies
run: pip3 install -r requirements-dev.txt
+
- name: Run tests
run: qmk pytest