File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -62,13 +62,21 @@ jobs:
6262 python-version : 3.9
6363 extra-requirements : ' -r requirements/testing/extra.txt'
6464 CFLAGS : " -fno-lto" # Ensure that disabling LTO works.
65+ # https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
66+ pyside6-ver : ' !=6.5.1'
6567 - os : ubuntu-20.04
6668 python-version : ' 3.10'
6769 extra-requirements : ' -r requirements/testing/extra.txt'
70+ # https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
71+ pyside6-ver : ' !=6.5.1'
6872 - os : ubuntu-20.04
6973 python-version : ' 3.11'
74+ # https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
75+ pyside6-ver : ' !=6.5.1'
7076 - os : macos-latest
7177 python-version : 3.9
78+ # https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
79+ pyside6-ver : ' !=6.5.1'
7280
7381 steps :
7482 - uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments