Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parsing sessioinfo object from GH actions? #70

Closed
njtierney opened this issue Feb 23, 2022 · 2 comments
Closed

parsing sessioinfo object from GH actions? #70

njtierney opened this issue Feb 23, 2022 · 2 comments

Comments

@njtierney
Copy link

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.

@gaborcsardi
Copy link
Member

Parsing is hard, but since #68 there is direct support for diffing, and this will also improve the diffs: #69

So this is very much in motion, I would say, and I am going to close this issue.

@njtierney
Copy link
Author

Oh wow, that is amazing! Exactly what I'm after!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants