fix: resolve CI issues - clean up unused imports and fix linting errors
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
@@ -14,8 +14,10 @@ jobs:
|
|||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
- name: Install and test
|
- name: Run tests and linting
|
||||||
run: |
|
run: |
|
||||||
cd app
|
python -m pip install --upgrade pip
|
||||||
pip install -e ".[dev]"
|
pip install -e ".[dev]"
|
||||||
pytest tests/ -v
|
python -m pytest tests/ -v --cov=src --cov-report=term-missing
|
||||||
|
pip install ruff
|
||||||
|
ruff check src/
|
||||||
|
|||||||
Reference in New Issue
Block a user