Skip to content

feat(core): 🌐 upgrade to Hermes-style universal LLM router (100+ prov… #25

feat(core): 🌐 upgrade to Hermes-style universal LLM router (100+ prov…

feat(core): 🌐 upgrade to Hermes-style universal LLM router (100+ prov… #25

Workflow file for this run

name: tests
on:
push:
branches: [main]
pull_request:
jobs:
pytest:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install
run: |
python -m pip install --upgrade pip
pip install -e ".[dev]"
- name: Test
run: pytest -q