change(feat/OPS-31): forgot about poetry

This commit is contained in:
Amrasil 2025-03-26 22:36:30 +01:00
parent c909144520
commit 316cfcfaad

View file

@ -19,10 +19,10 @@ jobs:
python-version: '3.10'
- name: Install dependencies
run: pip install -r requirements.txt
run: poetry install
- name: Run tests with coverage
run: pytest --cov=senju --cov-report=xml
run: poetry run coverage run -m pytest
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3