diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c988231c..e02a2a28 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,8 +14,8 @@ jobs: with: python-version-file: '.python-version' - - name: Install dependencies - run: python -m pip install -U -r requirements-dev.txt + - name: Install Black + run: python -m pip install -U black - name: Check formatting run: python -m black --check .