Skip to content

Add deprication warnings to non-float Coordinates #4

Add deprication warnings to non-float Coordinates

Add deprication warnings to non-float Coordinates #4

Workflow file for this run

name: pytest
on: [push, pull_request]
jobs:
test:
name: Test (Python ${{ matrix.python-version }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
with:
python-version: ${{ matrix.python-version }}
- run: uv sync --dev
- run: uv run pytest -v --cov=src tests