Minimise installed apt packages

This commit is contained in:
Adam Turner 2024-10-26 15:49:14 +01:00
parent 3b5bce906c
commit 1e968be6ef
2 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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