fix: simplify CI workflow to run only tests
Some checks failed
CI / test (push) Failing after 4m55s

This commit is contained in:
2026-02-05 10:14:57 +00:00
parent 7538a66cd2
commit 5f571bbe38

View File

@@ -31,8 +31,3 @@ jobs:
- name: Run tests
run: pytest -xvs --tb=short
- name: Run linting
run: |
pip install ruff
ruff check --exit-non-zero-on-error .