Explorar o código

Use conda install pyqt=5

Kentaro Wada %!s(int64=4) %!d(string=hai) anos
pai
achega
59b5ee3653
Modificáronse 1 ficheiros con 1 adicións e 5 borrados
  1. 1 5
      .github/workflows/ci.yml

+ 1 - 5
.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