Skip to content

Commit

Permalink
Merge pull request #142 from AndreiDrang/master
Browse files Browse the repository at this point in the history
Update sphinx.yml
  • Loading branch information
AndreiDrang committed Mar 15, 2023
2 parents dd3d1f6 + 499bf33 commit 417f07d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3

- name: Build docs requirements
run: pip install -r docs/requirements.txt

- name: Build library requirements
run: pip install -r src/requirements.txt

Expand Down

0 comments on commit 417f07d

Please sign in to comment.