瀏覽代碼

try installing everything

Rodja Trappe 2 年之前
父節點
當前提交
2721a18228
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/test.yml

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

@@ -22,9 +22,9 @@ jobs:
           poetry-version: "1.3.1"
           poetry-version: "1.3.1"
       - name: install dependencies
       - name: install dependencies
         run: |
         run: |
-          poetry install
           poetry add numpy==1.21.6 opencv-python==4.6.0.66 --python "<=3.7"
           poetry add numpy==1.21.6 opencv-python==4.6.0.66 --python "<=3.7"
           poetry add opencv-python --python ">=3.8"
           poetry add opencv-python --python ">=3.8"
+          poetry install
       - name: test startup
       - name: test startup
         run: poetry run ./test_startup.sh
         run: poetry run ./test_startup.sh
       - name: setup chromedriver
       - name: setup chromedriver