-
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
Explain Workflows #28
Comments
The workflows are named after when they are called, not what they do. E.g.
There are exceptions to this, usually because the workflow is called in more than one place. E.g. In each of the workflows here, the header gives an example of intended use. Following up on the
(Actually, the first comment line is a typo! That's the right description for ironflow, pyiron_module_template, and (trivially by invoking the template) pyiron_ontology provide examples of how to use pyiron/actions. (Although I am currently fighting a bug where coveralls is not recognizing our secrets and failing to authenticate (trace for pyiron_ontolog). I already fixed this to align with their docs, so I'm quite surprised that it stopped working again (also for ironflow). This is still an open issue for other people in the community. For pyiron_ontology I even tried deleting the repo on the coveralls web client side and re-adding it, but to no avail. Getting it fixed is on my to-do list, but not high priority). The individual actions called in these workflows are the ones named after what they do, e.g. Finally, note that @mbruns91 and @srmnitc plan to do this transfer for pyiron_atomistics and ???, respectively. I don't care who does what, but I do want to make sure the knowledge gets spread out a bit |
@liamhuber I started to do this now for pyiron_experimental pyiron/pyiron_experimental#119 |
I currently try to migrate
pyiron_base
to the new actions, but for the workflows I struggle to understand what they are doing. At least from their names pyiron/pyiron_base#994The text was updated successfully, but these errors were encountered: