fix: resolve CI issues - add cd app command and fix F821 ruff warnings
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-04 19:14:58 +00:00
parent f723146e51
commit bb42985efb

View File

@@ -17,6 +17,7 @@ jobs:
- name: Run tests and linting
run: |
python -m pip install --upgrade pip
cd app
pip install -e ".[dev]"
python -m pytest tests/ -v --cov=src --cov-report=term-missing
pip install ruff