Skip to content

Commit 1bcc7ee

Browse files
committed
[build] Add missing depencencies for docs builder
1 parent 2bf1172 commit 1bcc7ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/generate-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
run: |
4848
python -m pip install --upgrade pip build wheel virtualenv
4949
pip install -r docs/requirements.txt
50+
pip install -r dist/requirements_windows.txt
5051
git config --global user.name github-actions
5152
git config --global user.email github-actions@github.com
5253

0 commit comments

Comments
 (0)