Parcourir la source

Update format-backend.yaml

Timothy J. Baek il y a 1 an
Parent
commit
6c2eb814ed
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/format-backend.yaml

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

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