Update dependencies in copilot-setup-steps.yml - #45
Merged
Conversation
Added additional dependencies for OCR and documentation tools.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Copilot coding-agent setup workflow to install additional Ubuntu system packages needed for OCR and documentation-related tooling.
Changes:
- Extend the
apt-get installpackage list with OCR utilities (Poppler, Tesseract) and other tools. - Add
maximaandpython3-pipto the agent environment dependencies.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Contributor
|
d-morrison
added a commit
that referenced
this pull request
Aug 8, 2026
Phase 2 of the qwt -> gha migration (#116). All three blockers are now closed (gha#43/#44/#45), so these can move to thin callers of the reusable workflows: - summary.yml -> Morrison-Lab/gha/.github/workflows/summary.yml@v1 (unchanged since the v1 freeze per gha's README Versioning section; the reusable version already has the nonce-based prompt-injection hardening and blank-response guard qwt's own copy had grown). - claude.yml -> .../claude.yml@v2 (picked up a real fix since the v1 freeze, per gha's README). The reusable workflow now owns branch setup + draft-PR opening for issue triggers, posting Claude's prose reply, review dispatch on "@claude review", and the late-comment dedup/rescue machinery that gha originally ported FROM this repo's own #73/#90/#95. - claude-code-review.yml -> .../claude-code-review.yml@v2 (same v2 rationale). Draft/fork/Dependabot/self-edit skip logic is now handled inside the reusable workflow; this caller only supplies the qwt-specific Quarto/R/build-hygiene/CI review guidance and the ready-to-paste "@claude address review comments" draft convention via prompt-addendum. Deviates from the issue's literal checklist in two places, per gha's current README (written after the issue was filed): - claude.yml/claude-code-review.yml pin @v2, not @v1 -- @v2 has fixes @v1 lacks (gha#182). - Secrets are passed explicitly rather than via `secrets: inherit`: GitHub only inherits secrets into a same-owner reusable workflow, and Morrison-Lab/gha is a different owner than d-morrison/qwt. Behavior change: claude.yml now defaults mark-ready-for-review: true, so an issue-triggered draft PR is taken out of draft once Claude commits code (previously always left as a draft). Net: -835/+115 lines across the three files; qwt's hand-rolled dedup/branch/PR/review-dispatch logic is now upstream in gha.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added additional dependencies for OCR and documentation tools.