-
Notifications
You must be signed in to change notification settings - Fork 0
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
update github action #11
Conversation
After some issues with my release (sorry, but I think it's ok now) another issue occurs https://github.com/pyiron/uniton/actions/runs/11348195667/job/31561387155 It seems that the newest ubuntu-runner (??? at least that's my impression) doesn't allow so (as suggested in the error output) in the original @liamhuber, what do you think? |
🚀
I found it via google, no need to confirm: actions/runner-images#10781
IMO this is a problem with the image, not a problem with the workflow. In practice we only run this workflow on ubuntu, but in principle this is not specified in the action itself which specifies a A better solution would be to manually specify the runner input. Thankfully, this is easily exposed in the reusable workflows we're leveraging. Please try specifying the The downside is that we'll need to do this in each downstream repo, the upside is that there's nothing intrinsically wrong with specifying a particular runner, and we don't wind up messing around with our infrastructure just to accommodate the fact someone made a mistake upstream. I strongly prefer the verbosity over making an unnecessary structural change. |
Ok, so for this repo, I totally agree with you, @liamhuber. For the actions in gerneral I think it is worth to consider to go another route. But it's a better idea - I guess - to have this conversation here. To wrap this one up here (@samwaseda: I can do this tomorrow):
|
|
I don't know if it's an issue on my side, but I can't push to this repo. |
now? |
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
…flow 'pyiron/actions/.github/workflows/[email protected]'
I think we should fix this upstream in pyiron/actions, i.e. exposing |
Super, glad to see this fix worked as expected. @mbruns91, I totally agree the other workflow should also expose the runner as an argument. |
Pull Request Test Coverage Report for Build 11400689592Details
💛 - Coveralls |
No description provided.