Skip to content

Commit

Permalink
Install extra CLI dependencies that are missing (qmk#16425)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Feb 22, 2022
1 parent e0342fe commit 5dcc074
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/format_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5dcc074

Please sign in to comment.