|
@@ -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:
|