diff options
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 |