mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
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:
parent
b7d348418d
commit
22741540f3
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user