We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 550a5ba commit 3b0cc0bCopy full SHA for 3b0cc0b
2 files changed
.github/workflows/test_napari_widgets.yml
@@ -41,7 +41,7 @@ jobs:
41
include:
42
- napari: "napari54"
43
qt_backend: "PySide2"
44
- if: github.event_name == 'push'
+ # if: github.event_name == 'push'
45
uses: ./.github/workflows/base_test_workflow.yml
46
with:
47
python_version: "3.9"
.github/workflows/tests.yml
@@ -102,7 +102,7 @@ jobs:
102
103
base-test-main:
104
name: Base py${{ matrix.python_version }}
105
106
107
needs: download_data
108
strategy:
0 commit comments