Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 196b342

Browse files
authored
Merge pull request #26034 from QuLogic/skip-pyside6
ci: Skip PySide6 6.5.1 on another environment
2 parents e9c85ed + 22f06fb commit 196b342

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
@@ -53,6 +53,8 @@ jobs:
5353
- os: ubuntu-20.04
5454
python-version: 3.9
5555
extra-requirements: '-r requirements/testing/extra.txt'
56+
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
57+
pyside6-ver: '!=6.5.1'
5658
- os: ubuntu-20.04
5759
python-version: '3.10'
5860
extra-requirements: '-r requirements/testing/extra.txt'

0 commit comments

Comments
 (0)