chore: Declare dependency groups as optional

This commit is contained in:
Mike A.
2024-09-02 23:21:42 +02:00
parent b2363f5f9b
commit ae98d611da
6 changed files with 12 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ jobs:
run: |
python -m pip install poetry
poetry config virtualenvs.in-project true
poetry install
poetry install --with dev
- id: supported-versions
name: Get supported versions
@@ -51,7 +51,7 @@ jobs:
poetry config virtualenvs.in-project true
# Only install main dependencies
poetry install --only=test
poetry install --with test
- name: Run unit tests
run: poetry run pytest