Skip to content

Commit 5ccb99e

Browse files
committed
docs: Install both package and dev dependencies before generating docs
1 parent 71a14da commit 5ccb99e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- uses: actions/setup-python@v4
1414
- name: Install dependencies
1515
run: |
16+
pip install -r requirements.txt
1617
pip install -r requirements_dev.txt
1718
- name: Sphinx build
1819
working-directory: ${{ github.workspace }}/docs

0 commit comments

Comments
 (0)