Skip to content

Merge remote-tracking branch 'refs/remotes/origin/167-task-ccocr' int… #151

Merge remote-tracking branch 'refs/remotes/origin/167-task-ccocr' int…

Merge remote-tracking branch 'refs/remotes/origin/167-task-ccocr' int… #151

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