Skip to content

Add AVR-X2700H model and handle SVOFF video select #2

Add AVR-X2700H model and handle SVOFF video select

Add AVR-X2700H model and handle SVOFF video select #2

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.12", "3.13", "3.14"]
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v6
- run: uv run --python ${{ matrix.python-version }} pytest