瀏覽代碼

another try for opencv

Rodja Trappe 2 年之前
父節點
當前提交
6c9713526d
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/test.yml

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

@@ -23,8 +23,8 @@ jobs:
       - name: install dependencies
         run: |
           poetry install
-          poetry add numpy==1.21.6 opencv-python==4.6.0.66 --python 3.7
-          poetry add opencv-python --python >=3.8
+          poetry add numpy==1.21.6 opencv-python==4.6.0.66 --python "<=3.7"
+          poetry add opencv-python --python ">=3.8"
       - name: test startup
         run: poetry run ./test_startup.sh
       - name: setup chromedriver