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: |