소스 검색

try opencv with 3.7 compatibility

Rodja Trappe 2 년 전
부모
커밋
3a9eb3c64f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/test.yml

@@ -23,7 +23,7 @@ jobs:
       - name: install dependencies
         run: |
           poetry install
-          poetry add opencv-python opencv-contrib-python-headless
+          poetry add opencv-python=4.6.0.66
       - name: test startup
         run: poetry run ./test_startup.sh
       - name: setup chromedriver