Sfoglia il codice sorgente

Use conda install pyqt=5

Kentaro Wada 4 anni fa
parent
commit
59b5ee3653
1 ha cambiato i file con 1 aggiunte e 5 eliminazioni
  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
         elif [ "${{ matrix.PYTEST_QT_API }}" = "pyqt4v2" ]; then
           conda install -q -y pyqt=4 -c conda-forge
           conda install -q -y pyqt=4 -c conda-forge
         else  # pyqt5
         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
         fi
         if [ "${{ matrix.os }}" != "windows-latest" ]; then
         if [ "${{ matrix.os }}" != "windows-latest" ]; then
           conda install -q -y help2man
           conda install -q -y help2man