Skip to content
Snippets Groups Projects
Commit b98d5155 authored by Kentaro Wada's avatar Kentaro Wada
Browse files

Resolve CI failures

parent 819643f8
No related branches found
No related tags found
No related merge requests found
...@@ -115,8 +115,6 @@ jobs: ...@@ -115,8 +115,6 @@ jobs:
if: matrix.PYTEST_QT_API == 'pyqt5' if: matrix.PYTEST_QT_API == 'pyqt5'
run: | run: |
# Build the standalone executable # Build the standalone executable
pip install PyQt5 -I --use-feature=2020-resolver # https://stackoverflow.com/a/68784578
pip install 'matplotlib<3.3'
pip install pyinstaller pip install pyinstaller
pyinstaller labelme.spec pyinstaller labelme.spec
dist/labelme --version dist/labelme --version
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment