You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently trying to identify system differences between my local machine and github actions, and I was wondering if there might be a way to extract session info from GH actions?
Ideally, it would be great if I could get back the sessioninfo object from GH actions somehow, so that I can do a join on package names to work out if and where there are different package versions - that is the end goal that I am looking for here.
The text was updated successfully, but these errors were encountered:
Hello!
I'm currently trying to identify system differences between my local machine and github actions, and I was wondering if there might be a way to extract session info from GH actions?
https://github.com/greta-dev/greta/runs/5296503551?check_suite_focus=true#step:10:15
the
sessioninfo::session_diff()
function looks perfect, and I love how https://github.com/r-lib/sessioninfo#comparing-session-information shows comparison with an issue link.Ideally, it would be great if I could get back the sessioninfo object from GH actions somehow, so that I can do a join on package names to work out if and where there are different package versions - that is the end goal that I am looking for here.
The text was updated successfully, but these errors were encountered: