Skip to content

Commit

Permalink
Fix documentation workflow (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
prehner authored Oct 28, 2024
1 parent a167f8f commit 576b56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: sudo apt-get install -y pandoc
- name: Install python dependencies
run: |
pip install sphinx nbsphinx ipython pygments sphinx_inline_tabs sphinx_design sphinx_copybutton myst_parser furo
pip install sphinx nbsphinx ipython pygments sphinx_inline_tabs sphinx_design sphinx_copybutton myst_parser furo si_units
- name: Build Wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 576b56b

Please sign in to comment.