Skip to content

Commit e446b93

Browse files
committed
Speed up CI - try reducing number of packages
1 parent 73ce41a commit e446b93

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ 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
56+
# - name: Setup system dependencies
57+
# run: |
58+
# sudo apt-get update
59+
# sudo apt-get install binutils libproj-dev gdal-bin
6060
- name: Install uv & Python ${{ matrix.python-version }}
6161
uses: astral-sh/setup-uv@v6
6262
with:
@@ -75,10 +75,10 @@ jobs:
7575
fail-fast: false
7676
steps:
7777
- 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
78+
# - name: Setup system dependencies
79+
# run: |
80+
# sudo apt-get update
81+
# sudo apt-get install binutils libproj-dev gdal-bin
8282
- name: Install uv & Python ${{ matrix.python-version }}
8383
uses: astral-sh/setup-uv@v6
8484
with:

0 commit comments

Comments
 (0)