Install extra CLI dependencies that are missing (#16426)
* Install extra CLI dependencies that are missing * dos2unix is part of base container
This commit is contained in:
parent
7646e567bd
commit
5330d0888d
2 changed files with 8 additions and 10 deletions
9
.github/workflows/format.yaml
vendored
9
.github/workflows/format.yaml
vendored
|
@ -19,15 +19,14 @@ jobs:
|
||||||
container: qmkfm/qmk_cli
|
container: qmkfm/qmk_cli
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
|
||||||
run: |
|
|
||||||
apt-get update && apt-get install -y dos2unix
|
|
||||||
pip3 install -r requirements-dev.txt
|
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
pip3 install -r requirements-dev.txt
|
||||||
|
|
||||||
- uses: trilom/file-changes-action@v1.2.4
|
- uses: trilom/file-changes-action@v1.2.4
|
||||||
id: file_changes
|
id: file_changes
|
||||||
with:
|
with:
|
||||||
|
|
9
.github/workflows/format_push.yaml
vendored
9
.github/workflows/format_push.yaml
vendored
|
@ -13,15 +13,14 @@ jobs:
|
||||||
container: qmkfm/qmk_cli
|
container: qmkfm/qmk_cli
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
|
||||||
run: |
|
|
||||||
apt-get update && apt-get install -y dos2unix
|
|
||||||
pip3 install -r requirements-dev.txt
|
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
pip3 install -r requirements-dev.txt
|
||||||
|
|
||||||
- name: Run qmk formatters
|
- name: Run qmk formatters
|
||||||
shell: 'bash {0}'
|
shell: 'bash {0}'
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue