diff options
-rw-r--r-- | .github/workflows/format.yaml | 1 | ||||
-rw-r--r-- | .github/workflows/format_push.yaml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index f1525526c..9415861ea 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml | |||
@@ -22,6 +22,7 @@ jobs: | |||
22 | - name: Install dependencies | 22 | - name: Install dependencies |
23 | run: | | 23 | run: | |
24 | apt-get update && apt-get install -y dos2unix | 24 | apt-get update && apt-get install -y dos2unix |
25 | pip3 install -r requirements-dev.txt | ||
25 | 26 | ||
26 | - uses: actions/checkout@v2 | 27 | - uses: actions/checkout@v2 |
27 | with: | 28 | with: |
diff --git a/.github/workflows/format_push.yaml b/.github/workflows/format_push.yaml index b79130f17..5a17a4d65 100644 --- a/.github/workflows/format_push.yaml +++ b/.github/workflows/format_push.yaml | |||
@@ -16,6 +16,7 @@ jobs: | |||
16 | - name: Install dependencies | 16 | - name: Install dependencies |
17 | run: | | 17 | run: | |
18 | apt-get update && apt-get install -y dos2unix | 18 | apt-get update && apt-get install -y dos2unix |
19 | pip3 install -r requirements-dev.txt | ||
19 | 20 | ||
20 | - uses: actions/checkout@v2 | 21 | - uses: actions/checkout@v2 |
21 | with: | 22 | with: |