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

@ -21,5 +21,7 @@ jobs:
key: venv-${{ hashFiles('poetry.lock') }}
- name: Install the project dependencies
run: poetry install
- name: Enter the virtual environment
run: source .venv/bin/activate
- name: Run the tests
run: poetry run pytest

Loading…
Cancel
Save