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