Преглед изворни кода

Update format-backend.yaml

Timothy J. Baek пре 1 година
родитељ
комит
6c2eb814ed
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/format-backend.yaml

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

@@ -22,7 +22,7 @@ jobs:
       - name: Install dependencies
       - name: Install dependencies
         run: |
         run: |
           python -m pip install --upgrade pip
           python -m pip install --upgrade pip
-          pip install yapf
+          pip install black
       - name: Format backend
       - name: Format backend
         run: bun run format:backend
         run: bun run format:backend
       - name: Check for changes after format
       - name: Check for changes after format