Zach White 4 年 前
コミット
405e200ca2
1 ファイル変更3 行追加2 行削除
  1. 3 2
      .github/workflows/maintainers.yaml

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

@@ -10,8 +10,6 @@ jobs:
         container: qmkfm/qmk_cli
         container: qmkfm/qmk_cli
 
 
         steps:
         steps:
-            - uses: rlespinasse/github-slug-action@v3.x
-
             - uses: actions/checkout@v2
             - uses: actions/checkout@v2
               with:
               with:
                   fetch-depth: 0
                   fetch-depth: 0
@@ -22,6 +20,9 @@ jobs:
                   output: " "
                   output: " "
                   fileOutput: " "
                   fileOutput: " "
 
 
+            - name: Install dependencies
+              run: pip3 install -r requirements-dev.txt
+
             - name: Get our ping message
             - name: Get our ping message
               shell: "bash {0}"
               shell: "bash {0}"
               run: echo "ping_message=$(qmk ping-maintainers $(< ~/files.txt))" > $GITHUB_ENV
               run: echo "ping_message=$(qmk ping-maintainers $(< ~/files.txt))" > $GITHUB_ENV