Skip to content

Commit

Permalink
Simplify CI script following Qt 5.15.6 feedstock update (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz authored Jan 13, 2023
2 parents 7bd9ea7 + 0c8108b commit a94438f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,7 @@ conda activate test-env
if [ "$USE_CONDA" = "Yes" ]; then

if [ "${1}" = "pyqt5" ]; then
if [ "${PYQT5_VERSION:0:4}" = "5.15" ]; then
# Must specify versions individually with PyQt 5.15 to avoid compat issues with Python 3.11
conda install -q qt-main=${PYQT5_QT_VERSION} qt-webengine=${PYQT5_QT_VERSION} pyqt=${PYQT5_VERSION}
else
conda install -q qt=${PYQT5_QT_VERSION} pyqt=${PYQT5_VERSION}
fi
conda install -q qt=${PYQT5_QT_VERSION} pyqt=${PYQT5_VERSION}
elif [ "${1}" = "pyside2" ]; then
conda install -q qt=${PYSIDE2_QT_VERSION} pyside2=${PYSIDE2_VERSION}
elif [ "${1}" = "pyside6" ]; then
Expand Down

0 comments on commit a94438f

Please sign in to comment.