Skip to content

v0.1.1: BLE link speed β€” fix 20-byte write chunking, advertise fast c… #8

v0.1.1: BLE link speed β€” fix 20-byte write chunking, advertise fast c…

v0.1.1: BLE link speed β€” fix 20-byte write chunking, advertise fast c… #8

Workflow file for this run

name: tests
on:
push:
branches: [main]
pull_request:
jobs:
pytest:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python: ["3.10", "3.13"]
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
with:
python-version: ${{ matrix.python }}
- name: Run tests
run: uv run --with pytest --with pyserial --with pillow --with gpiozero pytest tests/ -q