diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index c4b0cb9..eb0f79e 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: - uses: actions/checkout@v6 - name: Install ruff - run: pip install ruff + run: pip install --break-system-packages ruff - name: Lint run: ruff check src/