From 1cb5003b7e728b5794fbf181e4188d3439f182a1 Mon Sep 17 00:00:00 2001 From: boschmitt <7152025+boschmitt@users.noreply.github.com> Date: Fri, 22 Nov 2024 14:47:56 +0100 Subject: [PATCH] [ci] Fix docs workflow (missing cuquantum-python) Signed-off-by: boschmitt <7152025+boschmitt@users.noreply.github.com> --- .github/workflows/docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index adaee19..7448c89 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -61,7 +61,7 @@ jobs: python3 -m pip install IPython breathe enum_tools myst_parser nbsphinx \ sphinx_copybutton sphinx_inline_tabs sphinx_gallery sphinx_rtd_theme \ - sphinx_reredirects sphinx_toolbox cupy-cuda12x + sphinx_reredirects sphinx_toolbox cupy-cuda12x cuquantum-python-cu11 python3 -m pip install cmake --user echo "$HOME/.local/bin:$PATH" >> $GITHUB_PATH