Skip to content

Configured setuptools-scm's versioning (#43) #108

Configured setuptools-scm's versioning (#43)

Configured setuptools-scm's versioning (#43) #108

Workflow file for this run

---
name: Lint and Test
on: # yamllint disable-line rule:truthy
pull_request:
push:
branches: ["main"]
permissions:
contents: read
jobs:
lint-test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.11, 3.13] # Our min and max supported Python versions
steps:
- uses: actions/checkout@v5
- uses: astral-sh/setup-uv@v7
with:
enable-cache: true
python-version: ${{ matrix.python-version }}
- run: uv run pytest -n auto