Explorar o código

another try for opencv

Rodja Trappe %!s(int64=2) %!d(string=hai) anos
pai
achega
6c9713526d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      .github/workflows/test.yml

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

@@ -23,8 +23,8 @@ jobs:
       - name: install dependencies
       - name: install dependencies
         run: |
         run: |
           poetry install
           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
       - name: test startup
         run: poetry run ./test_startup.sh
         run: poetry run ./test_startup.sh
       - name: setup chromedriver
       - name: setup chromedriver