From 405e200ca2e9201edecda505881bf9f95df98361 Mon Sep 17 00:00:00 2001 From: Zach White Date: Sat, 18 Sep 2021 22:57:07 -0700 Subject: [PATCH] install deps --- .github/workflows/maintainers.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maintainers.yaml b/.github/workflows/maintainers.yaml index ea1c47ca50..c5cb88eeaf 100644 --- a/.github/workflows/maintainers.yaml +++ b/.github/workflows/maintainers.yaml @@ -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