Skip to content

Commit 59b5ee3

Browse files
committed
Use conda install pyqt=5
1 parent 2f09626 commit 59b5ee3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,7 @@ jobs:
6868
elif [ "${{ matrix.PYTEST_QT_API }}" = "pyqt4v2" ]; then
6969
conda install -q -y pyqt=4 -c conda-forge
7070
else # pyqt5
71-
if [ "${{ matrix.python-version }}" = "2.7" ]; then
72-
conda install -q -y pyqt=5
73-
else
74-
pip install pyqt5
75-
fi
71+
conda install -q -y pyqt=5
7672
fi
7773
if [ "${{ matrix.os }}" != "windows-latest" ]; then
7874
conda install -q -y help2man

0 commit comments

Comments
 (0)