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:
62
62
python-version : 3.9
63
63
extra-requirements : ' -r requirements/testing/extra.txt'
64
64
CFLAGS : " -fno-lto" # Ensure that disabling LTO works.
65
+ # https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
66
+ pyside6-ver : ' !=6.5.1'
65
67
- os : ubuntu-20.04
66
68
python-version : ' 3.10'
67
69
extra-requirements : ' -r requirements/testing/extra.txt'
70
+ # https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
71
+ pyside6-ver : ' !=6.5.1'
68
72
- os : ubuntu-20.04
69
73
python-version : ' 3.11'
74
+ # https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
75
+ pyside6-ver : ' !=6.5.1'
70
76
- os : macos-latest
71
77
python-version : 3.9
78
+ # https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
79
+ pyside6-ver : ' !=6.5.1'
72
80
73
81
steps :
74
82
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments