8000 test: [Automatic] Constraints upgrades: `ipython`, `napari`, `numpy`, `packaging`, `pydantic`, `sentry-sdk`, `simpleitk`, `sympy`, `xlsxwriter` (#1266) · 4DNucleome/PartSeg@80a2a44 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

test: [Automatic] Constraints upgrades: ipython, napari, numpy,… #3467

test: [Automatic] Constraints upgrades: ipython, napari, numpy,…

test: [Automatic] Constraints upgrades: ipython, napari, numpy,… #3467

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.qt_backend }}
strategy:
fail-fast: false
matrix:
qt_backend: ["PyQt5", "PySide2"]
os: ["ubuntu-24.04"]
uses: ./.github/workflows/base_test_workflow.yml
with:
python_version: "3.10"
os: ${{ matrix.os }}
napari: "napari54"
qt_backend: ${{ matrix.qt_backend }}
timeout: 10
test-pyqt5:
name: PyQt5 ${{ matrix.napari }}
strategy:
fail-fast: false
matrix:
napari: ["napari419", "napari54"]
qt_backend: ["PyQt5"]
include:
- napari: "napari54"
qt_backend: "PySide2"
if: github.event_name == 'push'
uses: ./.github/workflows/base_test_workflow.yml
with:
python_version: "3.9"
os: "ubuntu-24.04"
napari: ${{ matrix.napari }}
qt_backend: ${{ matrix.qt_backend }}
timeout: 10
0