소스 검색

fixed dependency

Rodja Trappe 2 년 전
부모
커밋
df8fba445f
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=4.6.0.66
+          poetry add opencv-python==4.6.0.66
       - name: test startup
         run: poetry run ./test_startup.sh
       - name: setup chromedriver