diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index a6a3e31a9..99788f4d4 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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: