Skip to content

Commit 922b27b

Browse files
committed
Add session info to know more about installed R package
1 parent fafd9de commit 922b27b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/test-smokes.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,16 @@ jobs:
142142
env:
143143
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
144144

145+
- name: Show R session information
146+
working-directory: tests
147+
run: |
148+
# Session info
149+
cat("::group::Session info\n")
150+
renv::install("sessioninfo")
151+
sessioninfo::session_info(pkgs = "installed", include_base = TRUE)
152+
cat("::endgroup::\n")
153+
shell: Rscript {0}
154+
145155
- name: Install uv for Python
146156
uses: astral-sh/setup-uv@v3
147157
with:

0 commit comments

Comments
 (0)