Try without the composable module

This commit is contained in:
Mirko Bunse 2024-06-24 14:48:45 +02:00
parent fedf9b492b
commit 04e7805445
1 changed files with 2 additions and 2 deletions

View File

@ -42,9 +42,9 @@ jobs:
uses: ammaraskar/sphinx-action@master
with:
pre-build-command: |
apt-get update -y && apt-get install -y git
apt-get update -y && apt-get install -y git && git --version
python -m pip install --upgrade pip setuptools wheel
python -m pip install -e .[composable,docs]
python -m pip install -e .[docs]
docs-folder: "docs/"
- name: Publish documentation
run: |