Skip to content

fix typo in displayname #26

fix typo in displayname

fix typo in displayname #26

Workflow file for this run

name: Python Tests
on: [push, pull_request]
jobs:
python-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v3
- run: uv python install
- run: uv sync --all-extras --locked --dev
- run: uv run pytest tests