Skip to content

Commit 576b56b

Browse files
authored
Fix documentation workflow (#259)
1 parent a167f8f commit 576b56b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: sudo apt-get install -y pandoc
2121
- name: Install python dependencies
2222
run: |
23-
pip install sphinx nbsphinx ipython pygments sphinx_inline_tabs sphinx_design sphinx_copybutton myst_parser furo
23+
pip install sphinx nbsphinx ipython pygments sphinx_inline_tabs sphinx_design sphinx_copybutton myst_parser furo si_units
2424
- name: Build Wheels
2525
uses: PyO3/maturin-action@v1
2626
with:

0 commit comments

Comments
 (0)