Skip to content

Commit 9e78d40

Browse files
committed
Install PyQt5 on appveyor
1 parent 8291620 commit 9e78d40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ install:
1515
- cmd: conda create -n testenv python="%PYTHON_VERSION%"
1616
- cmd: activate testenv
1717
- cmd: conda install -c conda-forge pythonocc-core==7.5.1
18-
- cmd: conda install numpy
18+
- cmd: conda install numpy pip
19+
- cmd: pip install PyQt5
1920

2021
build: off
2122

0 commit comments

Comments
 (0)