Skip to content

Commit

Permalink
Install graphviz and pdf2svg via apt for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Nov 15, 2023
1 parent 6c85158 commit 052d11e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 052d11e

Please sign in to comment.