We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 852a63b commit 9de2c03Copy full SHA for 9de2c03
.appveyor.yml
@@ -60,6 +60,8 @@ install:
60
# pull pywin32 from conda because on py38 there is something wrong with finding
61
# the dlls when insalled from pip
62
- conda install -c conda-forge pywin32
63
+ # install pyqt from conda-forge
64
+ - conda install -c conda-forge pyqt
65
- echo %PYTHON_VERSION% %TARGET_ARCH%
66
# Install dependencies from PyPI.
67
- python -m pip install --upgrade -r requirements/testing/all.txt %EXTRAREQS% %PINNEDVERS%
0 commit comments