From 04e78054455e00b42395f999e507da55995328ec Mon Sep 17 00:00:00 2001 From: Mirko Bunse Date: Mon, 24 Jun 2024 14:48:45 +0200 Subject: [PATCH] Try without the composable module --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33d3da0..44e9e6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |