File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments