Skip to content

Release 1.0.1: one board or all of them, best link first #63

Release 1.0.1: one board or all of them, best link first

Release 1.0.1: one board or all of them, best link first #63

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.11", "3.13", "3.14"]
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 python/tests/ -q