Skip to content

Refactor SDPM and SemanticChunker, adding "auto" thresholding and fix… #31

Refactor SDPM and SemanticChunker, adding "auto" thresholding and fix…

Refactor SDPM and SemanticChunker, adding "auto" thresholding and fix… #31

name: Python Automated Testing
on: [push]
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v3
with:
enable-cache: true
cache-dependency-glob: "pyproject.toml"
- name: "Set up Python"
uses: actions/setup-python@v5
with:
python-version-file: "pyproject.toml"
- name: Install the project
run: uv sync --all-extras --dev
- name: Run tests
run: uv run pytest tests