fixed coverage stage

This commit is contained in:
Jonas Depoix 2024-11-11 16:04:17 +01:00
parent 9bb8794cd6
commit 402b4cb95d
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ jobs:
- name: Install dependencies
run: |
pip install poetry poethepoet
poetry install --only test
poetry install --with test
- name: Check coverage
run: poe coverage