Skip to content

Commit 9696d06

Browse files
committed
Do not test the null toolkit
1 parent 322d30f commit 9696d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-with-pip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
16-
toolkit: ['null', 'pyside2', 'pyside6', 'pyqt5', 'wx']
16+
toolkit: ['pyside2', 'pyside6', 'pyqt5', 'wx']
1717
kiva-backend: ['image']
1818
python-version: ['3.10', '3.11']
1919
exclude:

0 commit comments

Comments
 (0)