Skip to content

Commit

Permalink
fix: Fix tox configuration to run all required tests (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed Dec 13, 2022
1 parent bb0d188 commit c55659f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/base_test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
required: false
type: string
default: >-
["None"]
["latest"]
qt_backend:
required: false
type: string
Expand All @@ -33,7 +33,7 @@ on:

jobs:
test:
name: ${{ matrix.os }} py ${{ matrix.python_version }} ${{ matrix.napari }} ${{ matrix.qt_backend }}
name: ${{ matrix.os }} py ${{ matrix.python_version }} ${{ matrix.napari_version }} ${{ matrix.qt_backend }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,19 @@
# and then run "tox" from this directory.

[tox]
envlist = py{38,39,310}-{PyQt5, PySide2}-all, py{37,38,39,310}-{PyQt5,PySide2}-napari-{411,412,413,414,415,repo}
envlist = py{38,39,310}-{PyQt5, PySide2}-all, py{38,39,310}-{PyQt5,PySide2}-napari-{414,415,416,417,repo}
toxworkdir=/tmp/tox

[gh-actions]
python =
3.7: py37
3.8: py38
3.9: py39
3.10: py310


[gh-actions:env]
NAPARI =
None: all
latest: all
napari414: 414
napari415: 415
napari416: 416
Expand Down

0 comments on commit c55659f

Please sign in to comment.