pull/443/head
Wyatt Stanke 9 months ago
parent be4990ef15
commit 9f14753329
No known key found for this signature in database
GPG Key ID: CE6BA5FFF135536D

@ -21,6 +21,8 @@ jobs:
key: venv-${{ hashFiles('poetry.lock') }}
- name: Install the project dependencies
run: poetry install
- name: Install OpenCV
run: sudo apt-get install python3-opencv
- name: Enter the virtual environment
run: source $VENV
- name: Run the tests

Loading…
Cancel
Save