Skip to content

python-esp-bridge v0.0.1 #2

python-esp-bridge v0.0.1

python-esp-bridge v0.0.1 #2

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