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