Compare commits

..

No commits in common. "test-ci" and "feature/cleanup-providers-llama-only" have entirely different histories.

View File

@ -2,9 +2,9 @@ name: CI
on:
push:
branches: [ main, master, develop, feature/** ]
branches: [ main, master, develop ]
pull_request:
# Trigger on all pull requests regardless of target branch
branches: [ main, master, develop ]
workflow_dispatch:
jobs:
@ -53,10 +53,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
# Install nanobot with all dependencies and dev dependencies
pip install -e ".[dev]"
# Verify key dependencies are installed
pip list | grep -E "(pytest|ruff|pydantic|typer|litellm)"
- name: Run tests
run: |