Skip to content

Remove GDAL install from Copilot setup workflow#481

Merged
aldenks merged 2 commits intomainfrom
copilot/remove-install-gdal-step
Mar 2, 2026
Merged

Remove GDAL install from Copilot setup workflow#481
aldenks merged 2 commits intomainfrom
copilot/remove-install-gdal-step

Conversation

Copy link
Contributor

Copilot AI commented Mar 2, 2026

This PR removes the GDAL installation from the Copilot setup workflow. The setup now provisions only the tooling needed for repository bootstrap and hook installation.

  • Workflow change

    • Updated .github/workflows/copilot-setup-steps.yml to delete the Install GDAL step.
    • Kept all other setup steps unchanged (checkout, setup-uv, prek install).
  • Net effect

    • Copilot setup no longer runs apt-based GDAL provisioning during workflow execution.
# removed from copilot-setup-steps.yml
- name: Install GDAL
  run: |
    sudo apt-get update -qy
    sudo apt-get install -qy -o APT::Install-Suggests=false gdal-bin

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • mirrors.aliyun.com
    • Triggering command: /home/REDACTED/work/reformatters/reformatters/.venv/bin/prek /home/REDACTED/work/reformatters/reformatters/.venv/bin/prek hook-impl --hook-dir /home/REDACTED/work/reformatters/reformatters/.git/hooks --script-version 4 --hook-type=pre-commit -- (dns block)
  • mirrors.cloud.tencent.com
    • Triggering command: /home/REDACTED/work/reformatters/reformatters/.venv/bin/prek /home/REDACTED/work/reformatters/reformatters/.venv/bin/prek hook-impl --hook-dir /home/REDACTED/work/reformatters/reformatters/.git/hooks --script-version 4 --hook-type=pre-commit -- (dns block)
  • pypi.tuna.tsinghua.edu.cn
    • Triggering command: /home/REDACTED/work/reformatters/reformatters/.venv/bin/prek /home/REDACTED/work/reformatters/reformatters/.venv/bin/prek hook-impl --hook-dir /home/REDACTED/work/reformatters/reformatters/.git/hooks --script-version 4 --hook-type=pre-commit -- (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Remove GDAL install step from Copilot setup workflow Remove GDAL install from Copilot setup workflow Mar 2, 2026
@aldenks aldenks marked this pull request as ready for review March 2, 2026 15:04
@aldenks aldenks enabled auto-merge (squash) March 2, 2026 15:05
@aldenks aldenks merged commit d94f4de into main Mar 2, 2026
7 checks passed
@aldenks aldenks deleted the copilot/remove-install-gdal-step branch March 2, 2026 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants