File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -49,14 +49,15 @@ jobs:
49
49
qt5-version-default : ['5.12']
50
50
qt6-version-default : ['6.3']
51
51
qscintilla-version-default : ['2.13']
52
- pyqt-extras-default : ['Yes ']
52
+ pyqt-extras-default : ['No ']
53
53
include :
54
54
- os : ubuntu-latest
55
55
special-invocation : ' xvfb-run --auto-servernum ' # Needed for GUI tests to work
56
56
- python-version : ' 3.11'
57
57
pyqt5-version : ' 5.15' # Python 3.11 needs 5.15+
58
58
pyside2-version : ' 5.15' # Python 3.11 needs 5.15+
59
- pyside6-version : ' 6.4' # Python 3.11 needs 6.4+
59
+ pyside6-version : ' 6.5' # Python 3.11 needs 6.4+. Test upper bound
60
+ pyqt-extras : ' Yes' # Check PyQt extras
60
61
- use-conda : ' Yes'
61
62
skip-pyqt6 : true # No PyQt6 conda packages yet
62
63
pyside6-version : ' 6.4' # Conda only has 6.4+ for Python <3.8
87
88
- os : macos-latest
88
89
python-version : ' 3.7'
89
90
use-conda : ' No'
91
+ pyqt-extras : ' Yes' # Check PyQt extras
90
92
pyqt6-version : 6.5 # Test upper bound
91
93
pyside2-version : 5.15 # Test upper bound
92
94
steps :
Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ if [ "$USE_CONDA" = "No" ]; then
44
44
elif [ " ${1} " = " pyqt6" ]; then
45
45
46
46
if [ " $PYQT_EXTRAS " = " Yes" ]; then
47
- pip install pyqt6==${PYQT6_VERSION} .* PyQt6-WebEngine==${PYQT6_VERSION} .* PyQt6-Qt6==${PYQT6_QT_VERSION} .* PyQt6-QScintilla== ${QSCINTILLA_VERSION} . * PyQt6-3D==${PYQT6_VERSION} .* PyQt6-Charts==${PYQT6_VERSION} .* PyQt6-DataVisualization==${PYQT6_VERSION} .* PyQt6-NetworkAuth==${PYQT6_VERSION} .*
47
+ pip install pyqt6==${PYQT6_VERSION} .* PyQt6-WebEngine==${PYQT6_VERSION} .* PyQt6-Qt6==${PYQT6_QT_VERSION} .* PyQt6-QScintilla PyQt6-3D==${PYQT6_VERSION} .* PyQt6-Charts==${PYQT6_VERSION} .* PyQt6-DataVisualization==${PYQT6_VERSION} .* PyQt6-NetworkAuth==${PYQT6_VERSION} .*
48
48
else
49
- pip install pyqt6==${PYQT6_VERSION} .* PyQt6-WebEngine==${PYQT6_VERSION} .* PyQt6-Qt6==${PYQT6_QT_VERSION} .* PyQt6-QScintilla== ${QSCINTILLA_VERSION} . *
49
+ pip install pyqt6==${PYQT6_VERSION} .* PyQt6-WebEngine==${PYQT6_VERSION} .* PyQt6-Qt6==${PYQT6_QT_VERSION} .*
50
50
fi
51
51
52
52
elif [ " ${1} " = " pyside2" ]; then
You can’t perform that action at this time.
0 commit comments