Skip to content

More packaging updates #8

More packaging updates

More packaging updates #8

Workflow file for this run

name: Unit tests
on:
workflow_dispatch:
pull_request:
push:
branches:
- master
tags:
- '*'
jobs:
tests:
name: Unit tests
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v3
- run: uv run --all-extras -p ${{ matrix.python-version }} pytest -vv