Fix Quarto Docs CI: swap invalid param for RSPM binary repo - #345
Merged
Conversation
Co-authored-by: shajoezhu <3692541+shajoezhu@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix failing GitHub Actions job Quarto Docs
Fix Quarto Docs CI: swap invalid param for RSPM binary repo
Aug 6, 2026
shajoezhu
marked this pull request as ready for review
August 6, 2026 05:31
shajoezhu
enabled auto-merge (squash)
August 6, 2026 05:31
Contributor
Code Coverage SummaryDiff against mainResults for commit: 4f90b11 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Contributor
Unit Tests Summary28 tests 1 ✅ 41s ⏱️ Results for commit 4f90b11. ♻️ This comment has been updated with latest results. |
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.
The "Quarto Docs 📕" job was failing because
deps-installation-method: setup-r-dependenciesis not a valid input for the pinnedinsightsengineering/setup-r-dependencies@47235b81action version (silently ignored), leavingpakto compileDerivfrom source — which fails due to missing internal R API symbols (R_ClosureFormals,Rf_allocLang) in the build environment.Changes
.github/workflows/docs.yaml: Remove the unsupporteddeps-installation-methodinput; replace withrepository-listpointing to the Posit Package Manager binary repo for Ubuntu 22.04 (jammy):This directs
pakto install pre-built binaries instead of compiling from source, bypassing theDerivcompilation failure.