Skip to content

Commit

Permalink
[build] Add missing depencencies for docs builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Breakthrough committed Nov 12, 2024
1 parent 2bf1172 commit 1bcc7ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
run: |
python -m pip install --upgrade pip build wheel virtualenv
pip install -r docs/requirements.txt
pip install -r dist/requirements_windows.txt
git config --global user.name github-actions
git config --global user.email [email protected]
Expand Down

0 comments on commit 1bcc7ee

Please sign in to comment.