Update .gitea/workflows/ci.yml
Some checks failed
CI / test (push) Failing after 11s

This commit is contained in:
2026-02-14 09:57:35 +01:00
parent 867bbed948
commit 0e07a1ae5c

View File

@@ -27,7 +27,7 @@ jobs:
fi fi
- name: Lint (ruff) - name: Lint (ruff)
run: ruff check . run: ruff check . --fix
- name: Tests (pytest) - name: Tests (pytest)
run: pytest -q run: pytest -q