Ammendment to the last commit

This commit is contained in:
Mirko Bunse 2024-06-24 14:53:24 +02:00
parent 02365e4bee
commit 4e0e747d47
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ jobs:
pre-build-command: |
apt-get --allow-releaseinfo-change update -y && apt-get install -y git && git --version
python -m pip install --upgrade pip setuptools wheel
python -m pip install -e .[docs]
python -m pip install -e .[composable,docs]
docs-folder: "docs/"
- name: Publish documentation
run: |