fix: resolve CI configuration issues - remove unnecessary exclusions and ensure proper setup
This commit is contained in:
@@ -29,9 +29,14 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
pip install -e ".[dev]"
|
||||
|
||||
- name: Install tree-sitter language parsers
|
||||
run: |
|
||||
pip install tree-sitter
|
||||
python -c "import subprocess; subprocess.run(['python', '-c', 'import tree_sitter; print(tree_sitter.__version__)'])"
|
||||
|
||||
- name: Run tests
|
||||
run: pytest -xvs --tb=short
|
||||
|
||||
- name: Run linting
|
||||
run: |
|
||||
ruff check --fix . --exclude="database/*" --exclude="orchestrator/*" --exclude="web/*" --exclude="local-ai-commit-reviewer/*" --exclude="mcp_servers/*" --exclude="logs/*"
|
||||
run: ruff check --fix .
|
||||
"
|
||||
Reference in New Issue
Block a user