From 576b56b9dbabf23a7e9fe15cb958b41aa4b561e6 Mon Sep 17 00:00:00 2001 From: Philipp Rehner <69816385+prehner@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:55:46 +0100 Subject: [PATCH] Fix documentation workflow (#259) --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: