Skip to content

Make name required; drop labels/location; unexport TimeSeriesTable; add validate_unit #58

Make name required; drop labels/location; unexport TimeSeriesTable; add validate_unit

Make name required; drop labels/location; unexport TimeSeriesTable; add validate_unit #58

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.11", "3.12", "3.13"]
env:
UV_PYTHON: ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- run: uv sync --all-extras
- run: uv run pytest tests/ --cov=timedatamodel --cov-report=term-missing