We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ce41a commit c169ab1Copy full SHA for c169ab1
.github/workflows/test.yml
@@ -53,10 +53,6 @@ jobs:
53
python-version: ["3.10", "3.11", "3.12", "3.13"]
54
steps:
55
- 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
60
- name: Install uv & Python ${{ matrix.python-version }}
61
uses: astral-sh/setup-uv@v6
62
with:
@@ -75,10 +71,6 @@ jobs:
75
71
fail-fast: false
76
72
77
73
78
79
80
81
82
74
83
84
0 commit comments