Skip to content

Commit d94f4de

Browse files
Copilotaldenks
andauthored
Remove GDAL install from Copilot setup workflow (#481)
* Initial plan * Remove GDAL install from copilot setup workflow Co-authored-by: aldenks <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: aldenks <[email protected]>
1 parent e170d68 commit d94f4de

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,5 @@ jobs:
3434
enable-cache: true
3535
cache-dependency-glob: "uv.lock"
3636

37-
- name: Install GDAL
38-
run: |
39-
sudo apt-get update -qy
40-
sudo apt-get install -qy -o APT::Install-Suggests=false gdal-bin
41-
4237
- name: Install prek hooks
4338
run: uv run prek install

0 commit comments

Comments
 (0)