Skip to content

Commit 1e8ebda

Browse files
committed
ci: Add skip for Python 3.9 as well
1 parent ac9fe58 commit 1e8ebda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
- os: ubuntu-20.04
5656
python-version: 3.9
5757
extra-requirements: '-r requirements/testing/extra.txt'
58+
# https://github.com/matplotlib/matplotlib/pull/26052#issuecomment-1574595954
59+
pyqt6-ver: '!=6.5.1'
5860
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
5961
pyside6-ver: '!=6.5.1'
6062
- os: ubuntu-20.04

0 commit comments

Comments
 (0)