forked from mirrors/qmk_firmware
install deps
This commit is contained in:
parent
65fd33ec0e
commit
405e200ca2
1 changed files with 3 additions and 2 deletions
5
.github/workflows/maintainers.yaml
vendored
5
.github/workflows/maintainers.yaml
vendored
|
@ -10,8 +10,6 @@ jobs:
|
|||
container: qmkfm/qmk_cli
|
||||
|
||||
steps:
|
||||
- uses: rlespinasse/github-slug-action@v3.x
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
@ -22,6 +20,9 @@ jobs:
|
|||
output: " "
|
||||
fileOutput: " "
|
||||
|
||||
- name: Install dependencies
|
||||
run: pip3 install -r requirements-dev.txt
|
||||
|
||||
- name: Get our ping message
|
||||
shell: "bash {0}"
|
||||
run: echo "ping_message=$(qmk ping-maintainers $(< ~/files.txt))" > $GITHUB_ENV
|
||||
|
|
Loading…
Reference in a new issue