Browse Source

try opencv with 3.7 compatibility

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

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

@@ -23,7 +23,7 @@ jobs:
       - name: install dependencies
         run: |
           poetry install
-          poetry add opencv-python opencv-contrib-python-headless
+          poetry add opencv-python=4.6.0.66
       - name: test startup
         run: poetry run ./test_startup.sh
       - name: setup chromedriver