From c74f8b43bc85f5e831b4f80ce18856afb83a06e1 Mon Sep 17 00:00:00 2001 From: Elton Cardoso do Nascimento <43186596+EltonCN@users.noreply.github.com> Date: Tue, 26 Nov 2024 16:17:11 -0300 Subject: [PATCH] HOTFIX: documentation pipeline package install --- .github/workflows/documentation.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 6aa252e..8154a40 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -40,9 +40,7 @@ jobs: - name: Install dependencies run: | python3 -m pip install --upgrade pip - cd docs - python3 install_doc_requirements.py - cd .. + python3 -m pip install .[doc_generation] - name: Install pandoc uses: pandoc/actions/setup@v1 - name: Build documentation