فهرست منبع

Install extra CLI dependencies that are missing (#16425)

Joel Challis 4 سال پیش
والد
کامیت
5dcc0743f5
2فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 1 0
      .github/workflows/format.yaml
  2. 1 0
      .github/workflows/format_push.yaml

+ 1 - 0
.github/workflows/format.yaml

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

+ 1 - 0
.github/workflows/format_push.yaml

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