Skip to content

Commit

Permalink
Install docs dependencies from pyproject in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa-guedes committed Apr 19, 2024
1 parent 27971ad commit 1902884
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sphinx_docs_to_gh_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
run: |
sudo apt install pandoc
python -m pip install --upgrade pip
pip install .
pip install -r docs/requirements.txt
pip install .[docs]
- name: Build the docs
run: |
cd docs
Expand Down

0 comments on commit 1902884

Please sign in to comment.