mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Minimise installed apt packages
This commit is contained in:
parent
3b5bce906c
commit
1e968be6ef
2
.github/workflows/builddoc.yml
vendored
2
.github/workflows/builddoc.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
with:
|
||||
python-version: "3"
|
||||
- name: Install graphviz
|
||||
run: sudo apt-get install graphviz
|
||||
run: sudo apt-get install --no-install-recommends --yes graphviz
|
||||
- name: Install uv
|
||||
run: >
|
||||
curl --no-progress-meter --location --fail
|
||||
|
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
||||
- name: Check Python version
|
||||
run: python --version --version
|
||||
- name: Install graphviz
|
||||
run: sudo apt-get install graphviz
|
||||
run: sudo apt-get install --no-install-recommends --yes graphviz
|
||||
- name: Install uv
|
||||
run: >
|
||||
curl --no-progress-meter --location --fail
|
||||
@ -92,7 +92,7 @@ jobs:
|
||||
- name: Check Python version
|
||||
run: python --version --version
|
||||
- name: Install graphviz
|
||||
run: sudo apt-get install graphviz
|
||||
run: sudo apt-get install --no-install-recommends --yes graphviz
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
@ -125,7 +125,7 @@ jobs:
|
||||
- name: Check Python version
|
||||
run: python --version --version
|
||||
- name: Install graphviz
|
||||
run: sudo apt-get install graphviz
|
||||
run: sudo apt-get install --no-install-recommends --yes graphviz
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
@ -158,7 +158,7 @@ jobs:
|
||||
- name: Check Python version
|
||||
run: python --version --version
|
||||
- name: Install graphviz
|
||||
run: sudo apt-get install graphviz
|
||||
run: sudo apt-get install --no-install-recommends --yes graphviz
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
@ -218,7 +218,7 @@ jobs:
|
||||
- name: Check Python version
|
||||
run: python --version --version
|
||||
- name: Install graphviz
|
||||
run: sudo apt-get install graphviz
|
||||
run: sudo apt-get install --no-install-recommends --yes graphviz
|
||||
- name: Install uv
|
||||
run: >
|
||||
curl --no-progress-meter --location --fail
|
||||
@ -250,7 +250,7 @@ jobs:
|
||||
- name: Check Python version
|
||||
run: python --version --version
|
||||
- name: Install graphviz
|
||||
run: sudo apt-get install graphviz
|
||||
run: sudo apt-get install --no-install-recommends --yes graphviz
|
||||
- name: Install uv
|
||||
run: >
|
||||
curl --no-progress-meter --location --fail
|
||||
@ -310,7 +310,7 @@ jobs:
|
||||
- name: Check Python version
|
||||
run: python --version --version
|
||||
- name: Install graphviz
|
||||
run: sudo apt-get install graphviz
|
||||
run: sudo apt-get install --no-install-recommends --yes graphviz
|
||||
- name: Install uv
|
||||
run: >
|
||||
curl --no-progress-meter --location --fail
|
||||
|
Loading…
Reference in New Issue
Block a user