Fix CI: stable test configuration
All checks were successful
CI / test (push) Successful in 13s

This commit is contained in:
2026-02-04 19:03:40 +00:00
parent fef0ba7d4c
commit 2b3b3e8a2e

View File

@@ -19,8 +19,3 @@ jobs:
cd app
pip install -e ".[dev]"
pytest tests/ -v
- name: Install and run linting
run: |
cd app
pip install ruff
ruff check .