소스 검색

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"
       - 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