Browse Source

try installing everything

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

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

@@ -22,9 +22,9 @@ jobs:
           poetry-version: "1.3.1"
       - 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 install
       - name: test startup
         run: poetry run ./test_startup.sh
       - name: setup chromedriver