소스 검색

adding opencv for tests

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

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

@@ -23,6 +23,7 @@ jobs:
       - name: install dependencies
         run: |
           poetry install
+          pip install opencv-python
       - name: test startup
         run: poetry run ./test_startup.sh
       - name: setup chromedriver