Do not install graphviz on the LaTeX container image

graphviz is pre-installed, so there's no point installing it.
This commit is contained in:
Adam Turner 2023-09-21 09:15:21 +01:00
parent b7d348418d
commit 22741540f3

View File

@ -129,8 +129,6 @@ jobs:
python-version: "3"
- name: Check Python version
run: python --version
- name: Install graphviz
run: sudo apt-get install graphviz
- name: Install dependencies
run: |
python -m pip install --upgrade pip