diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f5598f..fc7c805 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |