diff options
author | Pherkel | 2023-09-11 20:51:44 +0200 |
---|---|---|
committer | Pherkel | 2023-09-11 20:51:44 +0200 |
commit | 9ca17d8a83369257f4cc42c963e25baf35a28f8f (patch) | |
tree | a2b3e4ea872fbd5e14d2881e208a55b236b83c2f /.github/workflows/format.yml | |
parent | a4c4fcc20a789834be8bff0a468b0a877ab70364 (diff) |
oopsie, messed up deps
Diffstat (limited to '.github/workflows/format.yml')
-rw-r--r-- | .github/workflows/format.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 3b3d831..a939663 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -13,7 +13,7 @@ jobs: python-version: "3.10" - name: Install dependencies run: | - python -m pip install black pylint + python -m pip install -r requirements.txt - name: Check for format issues run: | black --check swr2_asr |