Skip to content

add task&metrics to registry, scripts, init #147

add task&metrics to registry, scripts, init

add task&metrics to registry, scripts, init #147

Workflow file for this run

name: Test workflow
on:
push:
jobs:
uv-example:
name: python
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Install the project
run: uv sync --dev
- name: Run tests
# For example, using `pytest`
run: uv run pytest src/eval_mm/metrics/*.py