Skip to content

Commit

Permalink
Install extra CLI dependencies that are missing (qmk#16426)
Browse files Browse the repository at this point in the history
* Install extra CLI dependencies that are missing

* dos2unix is part of base container
  • Loading branch information
zvecr authored Feb 22, 2022
1 parent 7646e56 commit 5330d08
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@ jobs:
container: qmkfm/qmk_cli

steps:
- name: Install dependencies
run: |
apt-get update && apt-get install -y dos2unix
pip3 install -r requirements-dev.txt
- uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Install dependencies
run: |
pip3 install -r requirements-dev.txt
- uses: trilom/[email protected]
id: file_changes
with:
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/format_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@ jobs:
container: qmkfm/qmk_cli

steps:
- name: Install dependencies
run: |
apt-get update && apt-get install -y dos2unix
pip3 install -r requirements-dev.txt
- uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Install dependencies
run: |
pip3 install -r requirements-dev.txt
- name: Run qmk formatters
shell: 'bash {0}'
run: |
Expand Down

0 comments on commit 5330d08

Please sign in to comment.