Browse Source

install deps

list_maintainers
Zach White 2 years ago
parent
commit
405e200ca2
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      .github/workflows/maintainers.yaml

+ 3
- 2
.github/workflows/maintainers.yaml View File

@ -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…
Cancel
Save