Fix CI: resolve linting errors and test failures
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
@@ -17,7 +17,6 @@ jobs:
|
|||||||
- name: Run tests and linting
|
- name: Run tests and linting
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
cd app
|
|
||||||
pip install -e ".[dev]"
|
pip install -e ".[dev]"
|
||||||
python -m pytest tests/ -v --cov=src --cov-report=term-missing
|
python -m pytest tests/ -v --cov=src --cov-report=term-missing
|
||||||
pip install ruff
|
pip install ruff
|
||||||
|
|||||||
Reference in New Issue
Block a user