Skip to content

Commit

Permalink
docs: Install both package and dev dependencies before generating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdouSeck committed Dec 24, 2023
1 parent 71a14da commit 5ccb99e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- uses: actions/setup-python@v4
- name: Install dependencies
run: |
pip install -r requirements.txt
pip install -r requirements_dev.txt
- name: Sphinx build
working-directory: ${{ github.workspace }}/docs
Expand Down

0 comments on commit 5ccb99e

Please sign in to comment.