Skip to content

docs: Add docs for plugin create #2783

docs: Add docs for plugin create

docs: Add docs for plugin create #2783

name: napari widgets
on:
push:
branches:
- master
- develop
- main
- bugfix/fix_napari_widgets_tests
pull_request:
branches:
- '**'
concurrency:
group: test-napari-${{ github.ref }}
cancel-in-progress: true
jobs:
test-latest-release:
name: Test latest release ${{ matrix.napari }} ${{ matrix.qt_backend }}
strategy:
fail-fast: false
matrix:
qt_backend: ["PyQt5", "PySide2"]
os: ["ubuntu-22.04"]
uses: ./.github/workflows/base_test_workflow.yml
with:
python_version: "3.10"
os: ${{ matrix.os }}
napari: "napari419"
qt_backend: ${{ matrix.qt_backend }}
timeout: 10
test-pyqt5:
name: PyQt5 ${{ matrix.napari }}
strategy:
fail-fast: false
matrix:
napari: ["napari417", "napari418"]
qt_backend: ["PyQt5"]
include:
- napari: "napari417"
qt_backend: "PySide2"
if: github.event_name == 'push'
uses: ./.github/workflows/base_test_workflow.yml
with:
python_version: "3.9"
os: "ubuntu-20.04"
napari: ${{ matrix.napari }}
qt_backend: ${{ matrix.qt_backend }}
timeout: 10