mirror of
https://github.com/headroomlabs-ai/headroom.git
synced 2026-08-27 14:17:10 -04:00
Add Agno integration tests to CI workflow
This commit is contained in:
parent
f1e7b628c4
commit
1f806cef4c
1 changed files with 19 additions and 0 deletions
19
.github/workflows/ci.yml
vendored
19
.github/workflows/ci.yml
vendored
|
|
@ -82,6 +82,25 @@ jobs:
|
|||
run: |
|
||||
pytest tests/test_relevance.py -v
|
||||
|
||||
test-agno:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.11"
|
||||
|
||||
- name: Install with agno extras
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -e ".[dev,agno]"
|
||||
|
||||
- name: Run agno tests
|
||||
run: |
|
||||
pytest tests/test_integrations/agno/ -v
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue