Consistently install branch specific dependencies in CI (#25874)
This commit is contained in:
parent
e1c869b8da
commit
2c847b0350
7 changed files with 21 additions and 17 deletions
1
.github/workflows/cli.yml
vendored
1
.github/workflows/cli.yml
vendored
|
|
@ -30,5 +30,6 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: pip3 install -r requirements-dev.txt
|
||||
|
||||
- name: Run tests
|
||||
run: qmk pytest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue