浏览代码

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
       - name: install dependencies
         run: |
         run: |
           poetry install
           poetry install
+          pip install opencv-python
       - name: test startup
       - name: test startup
         run: poetry run ./test_startup.sh
         run: poetry run ./test_startup.sh
       - name: setup chromedriver
       - name: setup chromedriver