Install extra CLI dependencies that are missing (#16425)
This commit is contained in:
parent
e0342fec18
commit
5dcc0743f5
2 changed files with 2 additions and 0 deletions
1
.github/workflows/format.yaml
vendored
1
.github/workflows/format.yaml
vendored
|
@ -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:
|
||||
|
|
1
.github/workflows/format_push.yaml
vendored
1
.github/workflows/format_push.yaml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue