Skip to content

Commit 76e738c

Browse files
Copilotd-morrison
andauthored
Explain system dependencies in copilot-setup-steps.yml
Agent-Logs-Url: https://github.com/d-morrison/qwt/sessions/cc271470-4bcb-44f7-b99d-1f349eaceeb1 Co-authored-by: d-morrison <2474437+d-morrison@users.noreply.github.com>
1 parent b776a92 commit 76e738c

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,13 @@ jobs:
4343
with:
4444
submodules: true
4545

46-
# Install system dependencies required for R packages
46+
# Install system dependencies needed for this project, including:
47+
#
48+
# - C/C++ libraries required by R packages (libcurl, libssl, libxml2, etc.)
49+
# - PDF processing tools (poppler-utils) for working with PDF documents
50+
# - OCR tools (tesseract-ocr) for optical character recognition tasks
51+
# - A computer algebra system (maxima) for symbolic math computations
52+
# - Python pip for additional tooling
4753
- name: Install system dependencies
4854
run: |
4955
sudo apt-get update

0 commit comments

Comments
 (0)