소스 검색

Resolve CI failures

Kentaro Wada 2 년 전
부모
커밋
b98d5155ad
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      .github/workflows/ci.yml

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

@@ -115,8 +115,6 @@ jobs:
       if: matrix.PYTEST_QT_API == 'pyqt5'
       run: |
         # 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
         pyinstaller labelme.spec
         dist/labelme --version