提交 c9f76d6d 编写于 作者: K Kentaro Wada

Remove unnecessary comments

上级 0bce275b
......@@ -127,23 +127,8 @@ jobs:
run: |
if [ "${{ matrix.PYTEST_QT_API }}" = "pyqt5" -a "${{ matrix.PYTHON_VERSION }}" = "3.6" ]; then
export PATH="$HOME/miniconda/bin:$PATH"
# # Cleanup
# pip uninstall -y $PIP_DEPENDENCIES
# # https://github.com/wkentaro/labelme/issues/183
# if [ $TRAVIS_OS_NAME = "osx" ]; then
# pip uninstall -y Pillow
# conda install -y Pillow
# fi
# Build the standalone executable
pip install 'pyinstaller!=3.4' # 3.4 raises error
# # numpy 1.17 raises error
# # See https://github.com/wkentaro/labelme/issues/465
# pip install 'numpy<1.17'
pyinstaller labelme.spec
dist/labelme --version
fi
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册