提交 160a1357 编写于 作者: K Kentaro Wada

Use pip install pyqt5 for Python 3.7 + macOS

上级 59b5ee36
......@@ -68,7 +68,11 @@ jobs:
elif [ "${{ matrix.PYTEST_QT_API }}" = "pyqt4v2" ]; then
conda install -q -y pyqt=4 -c conda-forge
else # pyqt5
conda install -q -y pyqt=5
if [ "${{ matrix.os }}" = "macos-latest" -a "${{ matrix.python-version }}" = "3.7" ]; then
pip install pyqt5
else
conda install -q -y pyqt=5
fi
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.
先完成此消息的编辑!
想要评论请 注册