Skip to content

Remove amount callback feature for now #95

Remove amount callback feature for now

Remove amount callback feature for now #95

Workflow file for this run

name: Test with pytest
on:
push:
branches:
- trunk
pull_request:
branches:
- trunk
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@d577e74f98a427f48a3593c77631249523bddd01
with:
enable-cache: true
- uses: actions/setup-python@v5
with:
python-version-file: pyproject.toml
- run: uv sync --group test
- run: uv run pytest