1
0
Fork 0

Install extra CLI dependencies that are missing (#16425)

This commit is contained in:
Joel Challis 2022-02-22 02:57:52 +00:00 committed by GitHub
parent e0342fec18
commit 5dcc0743f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -22,6 +22,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
apt-get update && apt-get install -y dos2unix apt-get update && apt-get install -y dos2unix
pip3 install -r requirements-dev.txt
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:

View file

@ -16,6 +16,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
apt-get update && apt-get install -y dos2unix apt-get update && apt-get install -y dos2unix
pip3 install -r requirements-dev.txt
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with: