Skip to content

Commit

Permalink
Installed build packages for doc test.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Mar 9, 2024
1 parent d92dd64 commit c91ea8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.8
- run: pip install . montepy[doc]
- run: pip install . montepy[doc,build]
- run: sphinx-build doc/source/ doc/build/ -W --keep-going -E
- run: sphinx-build -b html doc/source/ doc/build/html
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit c91ea8b

Please sign in to comment.