~ruther/qmk_firmware

5dcc0743f596f97cbae548315b48478ce4d81e47 — Joel Challis 3 years ago e0342fe
Install extra CLI dependencies that are missing (#16425)

2 files changed, 2 insertions(+), 0 deletions(-)

M .github/workflows/format.yaml
M .github/workflows/format_push.yaml
M .github/workflows/format.yaml => .github/workflows/format.yaml +1 -0
@@ 22,6 22,7 @@ jobs:
    - name: Install dependencies
      run: |
        apt-get update && apt-get install -y dos2unix
        pip3 install -r requirements-dev.txt

    - uses: actions/checkout@v2
      with:

M .github/workflows/format_push.yaml => .github/workflows/format_push.yaml +1 -0
@@ 16,6 16,7 @@ jobs:
    - name: Install dependencies
      run: |
        apt-get update && apt-get install -y dos2unix
        pip3 install -r requirements-dev.txt

    - uses: actions/checkout@v2
      with: