Forráskód Böngészése

another try for opencv

Rodja Trappe 2 éve
szülő
commit
6c9713526d
1 módosított fájl, 2 hozzáadás és 2 törlés
  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