Skip to content

Commit c169ab1

Browse files
authored
CI: Clean up & speed up: remove unneeded apt package installs (#842)
1 parent 73ce41a commit c169ab1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ jobs:
5353
python-version: ["3.10", "3.11", "3.12", "3.13"]
5454
steps:
5555
- uses: actions/checkout@v5
56-
- name: Setup system dependencies
57-
run: |
58-
sudo apt-get update
59-
sudo apt-get install binutils libproj-dev gdal-bin
6056
- name: Install uv & Python ${{ matrix.python-version }}
6157
uses: astral-sh/setup-uv@v6
6258
with:
@@ -75,10 +71,6 @@ jobs:
7571
fail-fast: false
7672
steps:
7773
- uses: actions/checkout@v5
78-
- name: Setup system dependencies
79-
run: |
80-
sudo apt-get update
81-
sudo apt-get install binutils libproj-dev gdal-bin
8274
- name: Install uv & Python ${{ matrix.python-version }}
8375
uses: astral-sh/setup-uv@v6
8476
with:

0 commit comments

Comments
 (0)