Skip to content

feat: add prepare_dataset & train #10

feat: add prepare_dataset & train

feat: add prepare_dataset & train #10

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install uv and Python
uses: astral-sh/setup-uv@v3
with:
python-version: "3.11"
- name: Install dependencies
run: uv sync
- name: Run tests
run: uv run pytest