瀏覽代碼

Fix error around pyinstaller + PyQt5

Kentaro Wada 3 年之前
父節點
當前提交
8a0a3b80c8
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/ci.yml

+ 1 - 0
.github/workflows/ci.yml

@@ -135,6 +135,7 @@ jobs:
       if: matrix.PYTEST_QT_API == 'pyqt5' && matrix.python-version == '3.7'
       run: |
         # Build the standalone executable
+        pip install PyQt5 -I --use-feature=2020-resolver  # https://stackoverflow.com/a/68784578
         pip install pyinstaller
         pyinstaller labelme.spec
         dist/labelme --version