提交 59b5ee36 编写于 作者: K Kentaro Wada

Use conda install pyqt=5

上级 2f096264
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册