Skip to content

Fix CI data path compatibility #4

Fix CI data path compatibility

Fix CI data path compatibility #4

Workflow file for this run

name: Python CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install dependencies
run: pip install -r requirements.txt
- name: Compile source
run: python -m py_compile train.py
- name: Run training pipeline
run: python train.py