Skip to content

Commit

Permalink
Merge pull request #23 from meom-group/issue-#22
Browse files Browse the repository at this point in the history
install jaxparrow before building doc
  • Loading branch information
vadmbertr authored Oct 30, 2023
2 parents 008324a + 522bf99 commit 52b00b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Install dependencies
run: |
pip install sphinx myst_parser
pip install .
- name: Sphinx build
run: |
sphinx-build docs docs/_build
Expand Down

0 comments on commit 52b00b1

Please sign in to comment.