Skip to content

Commit

Permalink
HOTFIX: documentation pipeline package install
Browse files Browse the repository at this point in the history
  • Loading branch information
EltonCN committed Nov 26, 2024
1 parent 9d90459 commit c74f8b4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c74f8b4

Please sign in to comment.