Skip to content

Commit

Permalink
dev requirements in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchell-tesch committed Mar 9, 2024
1 parent a880fe9 commit 99787d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-python@v3
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme
pip install -r requirements-dev.txt
- name: Sphinx build
run: |
sphinx-build docs _build
Expand Down
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
pythonnet
sphinx
pythonnet
sphinx_rtd_theme

0 comments on commit 99787d6

Please sign in to comment.