Skip to content

Commit 17bd1b5

Browse files
committed
install requirements in documentation workflow
1 parent c7ce812 commit 17bd1b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/documentation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
- name: Install package
4848
run: python -m pip install '.[docs]'
4949

50+
- name: Install dependencies
51+
run: pip install -r ./docs/requirements.txt
52+
5053
- name: Build documentation
5154
run: python -m sphinx -b html docs ./docs/_build -d ./docs/_build
5255

0 commit comments

Comments
 (0)