Skip to content

Replace OpenAI judge with open-source options: TF-IDF (default) and E… #5

Replace OpenAI judge with open-source options: TF-IDF (default) and E…

Replace OpenAI judge with open-source options: TF-IDF (default) and E… #5

Workflow file for this run

name: ci
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install deps
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run tests
run: |
python -m pytest -q