Skip to content

MDT and decay (#56) #117

MDT and decay (#56)

MDT and decay (#56) #117

Workflow file for this run

name: Test
on:
push:
branches: main
pull_request:
branches: "*"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install uv
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
- name: Install dependencies
run: uv sync --group test
- name: Test
run: uv run pytest -vv -r ap --cov
- name: Package the extension
run: uv build