aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-02-22 02:57:52 +0000
committerGitHub <noreply@github.com>2022-02-22 02:57:52 +0000
commit5dcc0743f596f97cbae548315b48478ce4d81e47 (patch)
tree40e5318c6cfbc708d4ffc4664403a6a6418906ae
parente0342fec18e4b6b14a820d7a5d62954853c91756 (diff)
downloadqmk_firmware-5dcc0743f596f97cbae548315b48478ce4d81e47.tar.gz
qmk_firmware-5dcc0743f596f97cbae548315b48478ce4d81e47.zip
Install extra CLI dependencies that are missing (#16425)
-rw-r--r--.github/workflows/format.yaml1
-rw-r--r--.github/workflows/format_push.yaml1
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml
index f1525526c..9415861ea 100644
--- a/.github/workflows/format.yaml
+++ b/.github/workflows/format.yaml
@@ -22,6 +22,7 @@ jobs:
22 - name: Install dependencies 22 - name: Install dependencies
23 run: | 23 run: |
24 apt-get update && apt-get install -y dos2unix 24 apt-get update && apt-get install -y dos2unix
25 pip3 install -r requirements-dev.txt
25 26
26 - uses: actions/checkout@v2 27 - uses: actions/checkout@v2
27 with: 28 with:
diff --git a/.github/workflows/format_push.yaml b/.github/workflows/format_push.yaml
index b79130f17..5a17a4d65 100644
--- a/.github/workflows/format_push.yaml
+++ b/.github/workflows/format_push.yaml
@@ -16,6 +16,7 @@ jobs:
16 - name: Install dependencies 16 - name: Install dependencies
17 run: | 17 run: |
18 apt-get update && apt-get install -y dos2unix 18 apt-get update && apt-get install -y dos2unix
19 pip3 install -r requirements-dev.txt
19 20
20 - uses: actions/checkout@v2 21 - uses: actions/checkout@v2
21 with: 22 with: