Fix tests with setuptools

This commit is contained in:
Gabriel Augendre 2022-10-10 23:14:18 +02:00
parent 9fcb8da67e
commit fecc63fc20

View file

@ -19,7 +19,9 @@ jobs:
python-version: '3.10'
cache: poetry
- name: Install dependencies
run: poetry install
run: |
poetry install
poetry run pip install setuptools
- name: Test
run: poetry run pytest --cov=. --cov-branch --cov-report term-missing:skip-covered
working-directory: ./src/