Browse Source

trying different opencv version for python 3.7

Rodja Trappe 2 years ago
parent
commit
6f91eca9b3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/test.yml

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

@@ -23,7 +23,8 @@ jobs:
       - name: install dependencies
         run: |
           poetry install
-          poetry add opencv-python==4.6.0.66
+          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