We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8291620 commit 9e78d40Copy full SHA for 9e78d40
appveyor.yml
@@ -15,7 +15,8 @@ install:
15
- cmd: conda create -n testenv python="%PYTHON_VERSION%"
16
- cmd: activate testenv
17
- cmd: conda install -c conda-forge pythonocc-core==7.5.1
18
- - cmd: conda install numpy
+ - cmd: conda install numpy pip
19
+ - cmd: pip install PyQt5
20
21
build: off
22
0 commit comments