From 59b5ee365386cfd192409d4af409c0d438874ea4 Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Thu, 17 Sep 2020 02:13:39 +0100 Subject: [PATCH] Use conda install pyqt=5 --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8e8371..88eb24f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,11 +68,7 @@ jobs: elif [ "${{ matrix.PYTEST_QT_API }}" = "pyqt4v2" ]; then conda install -q -y pyqt=4 -c conda-forge else # pyqt5 - if [ "${{ matrix.python-version }}" = "2.7" ]; then - conda install -q -y pyqt=5 - else - pip install pyqt5 - fi + conda install -q -y pyqt=5 fi if [ "${{ matrix.os }}" != "windows-latest" ]; then conda install -q -y help2man -- GitLab