|
|
@ -21,5 +21,7 @@ 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: Enter the virtual environment
|
|
|
|
|
|
|
|
run: source .venv/bin/activate
|
|
|
|
- name: Run the tests
|
|
|
|
- name: Run the tests
|
|
|
|
run: poetry run pytest
|
|
|
|
run: poetry run pytest
|
|
|
|