From 052d11e989cadd2189ba48d327bb2fe049875830 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Wed, 15 Nov 2023 15:13:12 -0600 Subject: [PATCH] Install graphviz and pdf2svg via apt for docs --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 238fd3151..5c11ac82a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -150,14 +150,13 @@ jobs: run: | # texlive is needed for sphinxcontrib-tikz sudo apt-get update - sudo apt-get install -y --no-install-recommends texlive-pictures + sudo apt-get install -y --no-install-recommends texlive-pictures graphviz pdf2svg curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/ci-support.sh . ci-support.sh export EXTRA_INSTALL="sphinxcontrib-tikz" build_py_project_in_conda_env - conda install graphviz pdf2svg # Work around # intersphinx inventory 'https://firedrakeproject.org/objects.inv' not fetchable