فهرست منبع

fixed dependency

Rodja Trappe 2 سال پیش
والد
کامیت
df8fba445f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/workflows/test.yml

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

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