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

@@ -26,7 +26,7 @@ jobs:
run: |
python -m pip install poetry
poetry config virtualenvs.in-project true
poetry install
poetry install --with dev
- name: Build documentation
run: |