diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 4d1e84b..171ec28 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -20,13 +20,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 - - name: Install pipx - run: pip install pipx - name: Check formatting - run: pipx run black . --check + uses: https://github.com/psf/black@stable + with: + options: "--check --verbose" + version: "~= 24.0" - name: Check import ordering - run: pipx run isort . --check + uses: https://github.com/isort/isort-action@v1 post-run-notify: runs-on: ubuntu-latest if: always()