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