Skip to content

Don't use private APIs to increment/decrement sliders #446

Don't use private APIs to increment/decrement sliders

Don't use private APIs to increment/decrement sliders #446

Workflow file for this run

name: Test build
on:
push:
branches:
- main
pull_request:
jobs:
test_build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
cache-dependency-path: pyproject.toml
- name: Build
run: python -m pip install -e .
- name: Validate with 'napari plugin engine v2'
run: npe2 validate midi-app-controller